mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-09 18:33:33 +02:00
Rename to WireMock.Net
This commit is contained in:
16
src/WireMock.Net/Server/IRespondWithAProvider.cs
Normal file
16
src/WireMock.Net/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(IResponseProvider provider);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user