Update the logic for ProxyAndRecord (#747)

* .

* set

* .

* .

* .

* .

* prio

* appsettings

* TinyMapperUtils

* set

* p

* nullable

* .

* ,

* fs

* .

* .

* --PreferProxyMapping
This commit is contained in:
Stef Heyenrath
2022-04-21 17:58:44 +02:00
committed by GitHub
parent 9d54994747
commit 2e5bfc41d5
30 changed files with 1900 additions and 1531 deletions

View File

@@ -1,9 +1,8 @@
namespace WireMock.Net.WebApplication
{
public interface IWireMockService
{
void Start();
namespace WireMock.Net.WebApplication;
void Stop();
}
public interface IWireMockService
{
void Start();
void Stop();
}