Files
Stef Heyenrath 2e5bfc41d5 Update the logic for ProxyAndRecord (#747)
* .

* set

* .

* .

* .

* .

* prio

* appsettings

* TinyMapperUtils

* set

* p

* nullable

* .

* ,

* fs

* .

* .

* --PreferProxyMapping
2022-04-21 17:58:44 +02:00

8 lines
113 B
C#

namespace WireMock.Net.WebApplication;
public interface IWireMockService
{
void Start();
void Stop();
}