mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 00:28:59 +01:00
10 lines
153 B
C#
10 lines
153 B
C#
using HandlebarsDotNet;
|
|
|
|
namespace WireMock.Transformers
|
|
{
|
|
interface IHandlebarsContextFactory
|
|
{
|
|
IHandlebarsContext Create();
|
|
}
|
|
}
|