示例#1
0
 public IEnumerable <Booking> BookingGetAllBookingsInMonth(User user)
 {
     return(BookingRepository.BookingGetAllBookingsInMonth(user));
 }