コード例 #1
0
 public static IEnumerable <Booking> GetAllBooking(bool newBooking)
 {
     return(BookingBUS.GetAllBooking(newBooking));
 }