public IEnumerable <Hotel> Get()
 {
     return(manageHotel.GetAllHotel());
 }
Ejemplo n.º 2
0
 public IEnumerable <Hotel> Get()
 {
     return(_mngHotel.GetAllHotel());
 }