示例#1
0
 public IEnumerable <Booking> BookingGetAllStartInDate(DateTime date, Cruise cruise)
 {
     return(BookingRepository.BookingGetAllStartInDate(date, cruise));
 }