Пример #1
0
 public void AddCountry(CountryModel model)
 {
     _ICountryRepo.AddCountry(model);
 }