Beispiel #1
0
 public static string GetCityAll()
 {
     DataLayer.City city = new DataLayer.City();
     return(city.GetCityAll());
 }