Esempio n. 1
0
 public bool AddCountry(Country country)
 {
     Cd.AddCountry(country);
     return(true);
 }