Exemple #1
0
 public List <City> GetByCountryName(string name)
 {
     return(aCityGateway.GetByCountryName(name));
 }