コード例 #1
0
 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;
 }