mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-05-01 05:04:27 +02: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();
|
|
} |