public LearningAimIndexPopulationService( ISearchServiceClient searchServiceClient, IPopulationConfiguration populationConfiguration, ILarsContextFactory contextFactory, IAcademicYearService academicYearService, IIssuingAuthorityService issuingAuthorityService, IComponentTypeService componentTypeService, IFundingService fundingService, IValidityService validityService, ILearningDeliveryCategoryService learningDeliveryCategoryService, IFrameworkAimService frameworkAimService, IEntitlementCategoryService entitlementCategoryService, IAwardOrgService awardOrgService) : base(searchServiceClient, populationConfiguration) { _contextFactory = contextFactory; _academicYearService = academicYearService; _issuingAuthorityService = issuingAuthorityService; _componentTypeService = componentTypeService; _fundingService = fundingService; _validityService = validityService; _learningDeliveryCategoryService = learningDeliveryCategoryService; _frameworkAimService = frameworkAimService; _entitlementCategoryService = entitlementCategoryService; _awardOrgService = awardOrgService; }
public UnitPopulationService( ISearchServiceClient searchServiceClient, IPopulationConfiguration populationConfiguration, ILarsContextFactory contextFactory, IAcademicYearService academicYearService, IIssuingAuthorityService issuingAuthorityService, IComponentTypeService componentTypeService, IFundingService fundingService, IValidityService validityService, ILearningDeliveryCategoryService learningDeliveryCategoryService, IFrameworkAimService frameworkAimService, IEntitlementCategoryService entitlementCategoryService, IAwardOrgService awardOrgService) : base( searchServiceClient, populationConfiguration, contextFactory, academicYearService, issuingAuthorityService, componentTypeService, fundingService, validityService, learningDeliveryCategoryService, frameworkAimService, entitlementCategoryService, awardOrgService) { }