Exemple #1
0
 //for adding the data in the table
 public void AddCountry(Country country)
 {
     countryDB = new CountryDB();
     countryDB.AddCountry(country);
 }