public CountryController(
     ICountryApplication countryApplication,
     IHttpContextAccessor httpContextAccessor) : base(httpContextAccessor)
 {
     this.countryApplication = countryApplication;
 }
Пример #2
0
 public Compo_Combo_CountriesModel(ICountryApplication countryApplication, IMapper mapper)
 {
     _CountryApplication = countryApplication;
     _Mapper             = mapper;
 }