public static bool UpdateRB(RoomBooking rb, string reason) { return(BookingBUS.UpdateRB(rb, reason)); }
public static bool CreateRB(RoomBooking rb) { return(BookingBUS.CreateRB(rb)); }