Exemple #1
0
 public int BookingGetNumberOfBookingsInMonth(int month, int year, User user)
 {
     return(BookingRepository.BookingGetNumberOfBookingsInMonth(month, year, user));
 }