Exemplo n.º 1
0
 public static List <Hotel> GetHotelsByDateLocationAndNbPerson(DateTime beginDate, DateTime endDate, string location, int nbPerson, int minCategory, int maxCategory, bool?hasWifi = null, bool?hasParking = null)
 {
     return(HotelDB.GetHotelsByDateLocationAndNbPerson(beginDate, endDate, location, nbPerson, minCategory, maxCategory, hasWifi, hasParking));
 }