Beispiel #1
0
 public void AcceptHotel(int HotelId)
 {
     hotelRepository.AcceptHotel(HotelId);
 }