public CommonValueService(AQConfigurationsDbContext commonContext, IMapper mapper) { _commonContext = commonContext; _mapper = mapper; }
public PortalLanguageService(AQConfigurationsDbContext commonContext, IMapper mapper) { _mapper = mapper; _commonContext = commonContext; }
public ZoneDistrictService(AQConfigurationsDbContext commonContext, IMapper mapper) { _commonContext = commonContext; _mapper = mapper; }
public CurrencyService(AQConfigurationsDbContext commonContext, IMapper mapper) { _mapper = mapper; _commonContext = commonContext; }
public CommonLanguagesServices(AQConfigurationsDbContext commonContext, IMapper mapper) { _mapper = mapper; _commonContext = commonContext; }