Пример #1
0
 public static List <string> GetLocation(string Location)
 {
     DataLayer.Property property = new DataLayer.Property();
     return(property.GetLocation(Location));
 }