Beispiel #1
0
 public bool DeleteTicket(long id)
 {
     return(_reservationContext.DeleteTicket(id));
 }