コード例 #1
0
 public CommonValueService(AQConfigurationsDbContext commonContext, IMapper mapper)
 {
     _commonContext = commonContext;
     _mapper        = mapper;
 }
コード例 #2
0
 public PortalLanguageService(AQConfigurationsDbContext commonContext, IMapper mapper)
 {
     _mapper        = mapper;
     _commonContext = commonContext;
 }
コード例 #3
0
 public ZoneDistrictService(AQConfigurationsDbContext commonContext, IMapper mapper)
 {
     _commonContext = commonContext;
     _mapper        = mapper;
 }
コード例 #4
0
 public CurrencyService(AQConfigurationsDbContext commonContext, IMapper mapper)
 {
     _mapper        = mapper;
     _commonContext = commonContext;
 }
コード例 #5
0
 public CommonLanguagesServices(AQConfigurationsDbContext commonContext, IMapper mapper)
 {
     _mapper        = mapper;
     _commonContext = commonContext;
 }