public GetPredictionsQueryHandler(IReadPredictionRepository repository)
 {
     _repository = repository;
 }
Beispiel #2
0
 public GeneratePredictionByDateRangeQueryHandler(IReadPredictionRepository readPredictionRepository)
 {
     _readPredictionRepository = readPredictionRepository;
 }