コード例 #1
0
 public List <HotelInfo> GetHotelListForLocation(String location)
 {
     return(objmanager.GetHotelListForLocation(location));
 }