Exemplo n.º 1
0
 public List <CityViewerModel> GetCityInformationByCountryName(string countryName)
 {
     return(cityGateway.GetCityInformationByCountryName(countryName));
 }