Пример #1
0
 public PredictionService(IProductEntryDataRepo productEntryDataRepo,
                          PredictionEnginePool <ProductEntryDto, CoPurchasePredictionDto> predictionEnginePool)
 {
     _productEntryDataRepo = productEntryDataRepo;
     _predictionEnginePool = predictionEnginePool;
 }
Пример #2
0
 public DataService(IProductEntryDataRepo productEntryDataRepo)
 {
     _productEntryDataRepo = productEntryDataRepo;
 }