Exemplo n.º 1
0
 private void DataBaseSave(Country country)
 {
     databaseClient.DatabaseAddCountry(country);
 }