diff --git a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs index 0ead5142b..36e9ef449 100644 --- a/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs +++ b/IRaCIS.Core.Application/Service/Allocation/VisitTaskService.cs @@ -61,7 +61,7 @@ namespace IRaCIS.Core.Application.Service.Allocation , IRepository trialReadingCriterionRepository, IRepository readingClinicalDataReposiotry, IRepository PIAuditRepository, - IRepository teadingQuestionTrialRepository + IRepository readingQuestionTrialRepository ) { _PIAuditRepository = PIAuditRepository; @@ -75,7 +75,7 @@ namespace IRaCIS.Core.Application.Service.Allocation _taskMedicalReviewRepository = taskMedicalReviewRepository; _readingTaskQuestionAnswerRepository = readingTaskQuestionAnswerRepository; _trialReadingCriterionRepository = trialReadingCriterionRepository; - _readingQuestionTrialRepository = _readingQuestionTrialRepository; + _readingQuestionTrialRepository = readingQuestionTrialRepository; } ///