Example #1
0
 public static List <Room> GetRoomsByIdBooking(int IdBooking)
 {
     return(RoomDB.GetRoomsByIdBooking(IdBooking));
 }