Example #1
0
 //Récupère une chambre avec son id
 public static int countRoomByIdHotel(int IdHotel, DateTime checkInDesired, DateTime checkOutDesired, String location, int nbCustomer)
 {
     return(RoomDB.countRoomByIdHotel(IdHotel, checkInDesired, checkOutDesired, location, nbCustomer));
 }