mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-17 23:03:46 +01:00
* wip * HandlebarsRegistrationCallback * HandlebarsContextFactoryTests * 1.0.21.0 * fix sonar * LocalFileSystemHandler * readme * Fix System.IO.IOException
10 lines
146 B
C#
10 lines
146 B
C#
using HandlebarsDotNet;
|
|
|
|
namespace WireMock.Transformers
|
|
{
|
|
interface IHandlebarsContextFactory
|
|
{
|
|
IHandlebars Create();
|
|
}
|
|
}
|