public void AddHotel(Hotel hotel)
 {
     HotelList.Add(hotel);
 }
Beispiel #2
0
 public void AddHotel(Hotel hotel)
 {
     hotelsList.Add(hotel);
 }