Example #1
0
 public int BookingCountByStatusAndDate(StatusType statusType, DateTime date)
 {
     return(BookingRepository.BookingCountByStatusAndDate(statusType, date));
 }