public JobAdApplicantsQuery(IApplicationsQuery applicationsQuery, IContenderListsCommand contendersListCommand, IContenderListsQuery contenderListsQuery, IMembersQuery membersQuery, ICandidateBlockListsQuery blockListsQuery) : base(contendersListCommand, contenderListsQuery) { _applicationsQuery = applicationsQuery; _membersQuery = membersQuery; _blockListsQuery = blockListsQuery; }
public JobAdApplicationSubmissionsCommand(IApplicationsCommand applicationsCommand, IApplicationsQuery applicationsQuery, IContenderListsCommand contenderListsCommand, IContenderListsQuery contenderListsQuery, IEmployerCreditsCommand employerCreditsCommand, IEmployerCreditsQuery employerCreditsQuery, IJobAdProcessingQuery jobAdProcessingQuery) : base(contenderListsCommand, contenderListsQuery) { _applicationsCommand = applicationsCommand; _applicationsQuery = applicationsQuery; _employerCreditsCommand = employerCreditsCommand; _employerCreditsQuery = employerCreditsQuery; _jobAdProcessingQuery = jobAdProcessingQuery; }
public MemberApplicationsQuery(IApplicationsQuery applicationsQuery) { _applicationsQuery = applicationsQuery; }