Files
2018-01-11 19:38:58 +01:00

7 lines
114 B
C#

namespace WireMock.Net.WebApplication
{
public interface IWireMockService
{
void Run();
}
}