示例#1
0
 private void DataBaseSave(Country country)
 {
     databaseClient.DatabaseAddCountry(country);
 }