Пример #1
0
 public List <Booking> ListBooking(int orgId, int?siteId, int?roomId, string roomName, int?bookingId, string bookingStatusIds,
                                   int?customerId, string customerName, DateTime?bookDateStart, DateTime?bookDateEnd)
 {
     return(ApartmentMethods.ListBooking(orgId, siteId, roomId, roomName, bookingId, bookingStatusIds,
                                         customerId, customerName, bookDateStart, bookDateEnd));
 }