예제 #1
0
 public Ticket Get(long id)
 {
     return(_reservationContext.GetTicket(id));
 }