Exemple #1
0
 public long CreateNewTicket(Ticket ticket)
 {
     return(ticketDAL.CreateNewTicket(ticket));
 }