예제 #1
0
 public TicketDTO GetTicket(int id)
 {
     return(converter.TicketToDTO(dbm.FindTicketByID(id)));
 }