Fix GUID for LogEntry

This commit is contained in:
Stef Heyenrath
2017-01-30 11:34:11 +01:00
parent f6b8986dd6
commit 0a2cd88b5c
5 changed files with 71 additions and 52 deletions

View File

@@ -1,10 +1,20 @@
namespace WireMock.Admin.Requests
using System;
namespace WireMock.Admin.Requests
{
/// <summary>
/// Request Log Model
/// </summary>
public class LogEntryModel
{
/// <summary>
/// Gets or sets the unique identifier.
/// </summary>
/// <value>
/// The unique identifier.
/// </value>
public Guid Guid { get; set; }
/// <summary>
/// Gets or sets the request.
/// </summary>

View File

@@ -9,14 +9,6 @@ namespace WireMock.Admin.Requests
/// </summary>
public class LogRequestModel
{
/// <summary>
/// Gets or sets the unique identifier.
/// </summary>
/// <value>
/// The unique identifier.
/// </value>
public Guid Guid { get; set; }
/// <summary>
/// Gets the DateTime.
/// </summary>