diff --git a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs index 964daa43a..a305467a8 100644 --- a/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs +++ b/IRaCIS.Core.Application/Service/TrialSiteUser/TrialService.cs @@ -20,6 +20,7 @@ namespace IRaCIS.Core.Application.Service IRepository _croRepository, IRepository _enrollDetailRepository, IRepository _dictionaryRepository, + IRepository _hIRHospitalRepository, IRepository _enrollRepository, IRepository _workloadRepository, IRepository _sponsorRepository,