public ImportDataContext(string cdsId) : base(cdsId)
 {
     _importDataStore = new ImportQueueDataStore(cdsId);
     _marketDataStore = new MarketDataStore(cdsId);
     _derivativeDataStore = new DerivativeDataStore(cdsId);
     _featureDataStore = new FeatureDataStore(cdsId);
     _trimDataStore = new ModelTrimDataStore(cdsId);
 }
 public ImportDataContext(string cdsId) : base(cdsId)
 {
     _importDataStore     = new ImportQueueDataStore(cdsId);
     _marketDataStore     = new MarketDataStore(cdsId);
     _derivativeDataStore = new DerivativeDataStore(cdsId);
     _featureDataStore    = new FeatureDataStore(cdsId);
     _trimDataStore       = new ModelTrimDataStore(cdsId);
 }