Example #1
0
 public IEnumerable <Booking> BookingGetAllCancelledBookingOnDate(DateTime date)
 {
     return(BookingRepository.BookingGetAllCancelledBookingOnDate(date));
 }