예제 #1
0
 public List <City> GetAllCitySearchByCountryName(string name)
 {
     return(citygatewary.GetAllCitySeachByCountryName(name));
 }