Exemplo n.º 1
0
 public static string InsertCityDetials(CityLogicLayer CityDetail)
 {
     return(CityDataLayer.InsertCityDetials(CityDetail));
 }