public void CadastrarHotel(Hotel hotel) { dao.Create(hotel); }
public void Create(Hotel entity) { hotelDAO.Create(entity); }