Example #1
0
 public List <DisplayCityCountry> GetAllCity_Country()
 {
     return(citygateway.GetAllCity_ByCountryName());
 }