Ejemplo n.º 1
0
 private static string InsertCity(string city_Name, string country)
 {
     return(StaticCalls.InsertCity(StaticCalls.GetCityData(Nestoria.GetCountry(true, country), city_Name, Nestoria.GetCountry(false, country))));
 }