コード例 #1
0
 public GetPredictionsQueryHandler(IReadPredictionRepository repository)
 {
     _repository = repository;
 }
コード例 #2
0
 public GeneratePredictionByDateRangeQueryHandler(IReadPredictionRepository readPredictionRepository)
 {
     _readPredictionRepository = readPredictionRepository;
 }