Пример #1
0
 public void RemoveCountry(Guid CountryId)
 {
     _ICountryRepo.RemoveCountry(CountryId);
 }