WireMock.Net.WebApplication.NETCore3

This commit is contained in:
Stef Heyenrath
2020-10-01 12:32:51 +00:00
parent 5f8bdff936
commit 0964eb2c2d
28 changed files with 407 additions and 169 deletions

View File

@@ -0,0 +1,7 @@
namespace WireMock.Net.WebApplication
{
public interface IWireMockService
{
void Run();
}
}