mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-22 08:48:46 +02:00
Move some classes and restructure.
This commit is contained in:
16
src/WireMock/Server/IRespondWithAProvider.cs
Normal file
16
src/WireMock/Server/IRespondWithAProvider.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace WireMock.Server
|
||||
{
|
||||
/// <summary>
|
||||
/// IRespondWithAProvider
|
||||
/// </summary>
|
||||
public interface IRespondWithAProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// The respond with.
|
||||
/// </summary>
|
||||
/// <param name="provider">
|
||||
/// The provider.
|
||||
/// </param>
|
||||
void RespondWith(IProvideResponses provider);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user