コード例 #1
0
 public IEnumerable <Hotel> Get()
 {
     return(manageHotel.GetAllHotel());
 }
コード例 #2
0
 public IEnumerable <Hotel> Get()
 {
     return(_mngHotel.GetAllHotel());
 }