Uat_Study
parent
ef81a4c27e
commit
85bf1a6758
|
@ -33,7 +33,7 @@ namespace IRaCIS.Application.Services
|
|||
private readonly IRepository<Dictionary> _dictionaryRepository;
|
||||
private readonly IRepository<ReadingCriterionPage> _readingCriterionPageRepository;
|
||||
private readonly IRepository<Trial> _trialRepository;
|
||||
private readonly IReadingImageTaskService _readingImageTaskService;
|
||||
|
||||
private readonly IRepository<ReadingTaskQuestionAnswer> _readingTaskQuestionAnswer;
|
||||
private readonly IRepository<PreviousPDF> _previousPDFRepository;
|
||||
|
||||
|
@ -48,7 +48,7 @@ namespace IRaCIS.Application.Services
|
|||
IRepository<Dictionary> dictionaryRepository,
|
||||
IRepository<ReadingCriterionPage> readingCriterionPageRepository,
|
||||
IRepository<Trial> trialRepository,
|
||||
IReadingImageTaskService readingImageTaskService,
|
||||
|
||||
IRepository<ReadingTaskQuestionAnswer> readingTaskQuestionAnswer,
|
||||
IRepository<PreviousPDF> previousPDFRepository
|
||||
)
|
||||
|
@ -63,7 +63,7 @@ namespace IRaCIS.Application.Services
|
|||
this._dictionaryRepository = dictionaryRepository;
|
||||
this._readingCriterionPageRepository = readingCriterionPageRepository;
|
||||
this._trialRepository = trialRepository;
|
||||
this._readingImageTaskService = readingImageTaskService;
|
||||
|
||||
this._readingTaskQuestionAnswer = readingTaskQuestionAnswer;
|
||||
this._previousPDFRepository = previousPDFRepository;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue