mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-18 07:13:46 +01:00
8 lines
212 B
C#
8 lines
212 B
C#
namespace WireMock
|
|
{
|
|
/// <summary>
|
|
/// The registration callback.
|
|
/// </summary>
|
|
/// <param name="mapping">The mapping.</param>
|
|
public delegate void RegistrationCallback(Mapping mapping);
|
|
} |