Beispiel #1
0
 public static bool CheckRoomBook(int id)
 {
     return(BookingDAO.CheckRoomBook(id));
 }