public PublishStockBalanceUpdatesTask(
			ITaskSettings settings,
			ILastCallsRepository lastCallsRepository, 
			IStockBalanceQuery stockBalanceQuery, 
			IPimCommandService pimCommandService)
        {
            _settings = settings;
            _lastCallsRepository = lastCallsRepository;
            _stockBalanceQuery = stockBalanceQuery;
            _pimCommandService = pimCommandService;
        }
示例#2
0
 public PublishStockBalanceUpdatesTask(
     ITaskSettings settings,
     ILastCallsRepository lastCallsRepository,
     IStockBalanceQuery stockBalanceQuery,
     IPimCommandService pimCommandService)
 {
     _settings            = settings;
     _lastCallsRepository = lastCallsRepository;
     _stockBalanceQuery   = stockBalanceQuery;
     _pimCommandService   = pimCommandService;
 }