mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
7 lines
120 B
C#
7 lines
120 B
C#
namespace WireMock.Net.WebApplication
|
|
{
|
|
public interface IWireMockService
|
|
{
|
|
void Run();
|
|
}
|
|
} |