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