Beispiel #1
0
 public static string GetCity(string City)
 {
     DataLayer.Property property = new DataLayer.Property();
     return(property.Getcity(City));
 }