示例#1
0
 public double BookingGetTotalRevenueInMonth(int month, int year, User user)
 {
     return(BookingRepository.BookingGetTotalRevenueInMonth(month, year, user));
 }