public PredictionService(IProductEntryDataRepo productEntryDataRepo, PredictionEnginePool <ProductEntryDto, CoPurchasePredictionDto> predictionEnginePool) { _productEntryDataRepo = productEntryDataRepo; _predictionEnginePool = predictionEnginePool; }
public DataService(IProductEntryDataRepo productEntryDataRepo) { _productEntryDataRepo = productEntryDataRepo; }