Skip to content

Commit

Permalink
OperationTicketResult
Browse files Browse the repository at this point in the history
  • Loading branch information
o.nadymov committed Mar 7, 2024
1 parent 67ac98d commit 32e8ae4
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
using System;

namespace Spoleto.BookApi.Interfaces.Models.OperationTicket
{
/// <summary>
/// The operation ticket result.
/// </summary>
public class OperationTicketResult
{
/// <summary>
/// The operation ticket identity.
/// </summary>
public Guid Id { get; set; }
}
}

0 comments on commit 32e8ae4

Please sign in to comment.