public IEnumerable <Hotel> Get() { return(manageHotel.GetAllHotel()); }
public IEnumerable <Hotel> Get() { return(_mngHotel.GetAllHotel()); }