Ejemplo n.º 1
0
 public Ticket GetTicket(long id)
 {
     return(ticketDAL.GetTicket(id));
 }