This commit is contained in:
Stef Heyenrath
2018-06-27 20:19:27 +02:00
parent 3df8bd2fdc
commit 768cc621ad
5 changed files with 21 additions and 13 deletions

View File

@@ -8,6 +8,11 @@ namespace WireMock.Server
/// </summary>
public interface IRespondWithAProvider
{
/// <summary>
/// Gets the unique identifier for this mapping.
/// </summary>
Guid Guid { get; }
/// <summary>
/// Define a unique identifier for this mapping.
/// </summary>