修改问题
parent
a42986dcab
commit
83d6859347
|
@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
|||
, IRepository<ReadingQuestionCriterionTrial> trialReadingCriterionRepository,
|
||||
IRepository<ReadingClinicalData> readingClinicalDataReposiotry,
|
||||
IRepository<PIAudit> PIAuditRepository,
|
||||
IRepository<ReadingQuestionTrial> teadingQuestionTrialRepository
|
||||
IRepository<ReadingQuestionTrial> readingQuestionTrialRepository
|
||||
)
|
||||
{
|
||||
_PIAuditRepository = PIAuditRepository;
|
||||
|
@ -75,7 +75,7 @@ namespace IRaCIS.Core.Application.Service.Allocation
|
|||
_taskMedicalReviewRepository = taskMedicalReviewRepository;
|
||||
_readingTaskQuestionAnswerRepository = readingTaskQuestionAnswerRepository;
|
||||
_trialReadingCriterionRepository = trialReadingCriterionRepository;
|
||||
_readingQuestionTrialRepository = _readingQuestionTrialRepository;
|
||||
_readingQuestionTrialRepository = readingQuestionTrialRepository;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue