Files
Stef Heyenrath 55fbc52ce9 net6 (#737)
2022-03-11 14:46:25 +01:00

9 lines
138 B
C#

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