mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-20 16:23:42 +01:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace WireMock.Transformers
|
|
{
|
|
interface IHandlebarsContextFactory
|
|
{
|
|
IHandlebarsContext Create();
|
|
}
|
|
} |