Example #1
0
 public bool CancelReservation(int bookingId)
 {
     return(DalFactory.CancelReservation(bookingId));
 }