mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
9 lines
146 B
C#
9 lines
146 B
C#
namespace WireMock.Net.WebApplication
|
|
{
|
|
public interface IWireMockService
|
|
{
|
|
void Start();
|
|
|
|
void Stop();
|
|
}
|
|
} |