mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-02-24 11:14:53 +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);
|
|
} |