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