Exemplo n.º 1
0
 public void AcceptHotel(int HotelId)
 {
     hotelRepository.AcceptHotel(HotelId);
 }