Ejemplo n.º 1
0
 static public int Add(string country_name)
 {
     return(CountryBLL.Add(country_name));
 }