mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-13 13:53:34 +01:00
* . * set * . * . * . * . * prio * appsettings * TinyMapperUtils * set * p * nullable * . * , * fs * . * . * --PreferProxyMapping
8 lines
113 B
C#
8 lines
113 B
C#
namespace WireMock.Net.WebApplication;
|
|
|
|
public interface IWireMockService
|
|
{
|
|
void Start();
|
|
|
|
void Stop();
|
|
} |