Example #1
0
 public IQueryOver <Booking, Booking> BookingGetAllByListId(List <int> listBookingId)
 {
     return(BookingRepository.BookingGetAllByListId(listBookingId));
 }