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