Beispiel #1
0
 public UpdateFeaturedTask(IFeaturedCommand featuredCommand, IJobAdsQuery jobAdsQuery, IJobAdReportsQuery jobAdReportsQuery, IAccountReportsQuery accountReportsQuery, IEmployerMemberAccessReportsQuery employerMemberAccessReportsQuery, IMemberSearchReportsQuery memberSearchReportsQuery)
     : base(EventSource)
 {
     _featuredCommand     = featuredCommand;
     _jobAdsQuery         = jobAdsQuery;
     _jobAdReportsQuery   = jobAdReportsQuery;
     _accountReportsQuery = accountReportsQuery;
     _employerMemberAccessReportsQuery = employerMemberAccessReportsQuery;
     _memberSearchReportsQuery         = memberSearchReportsQuery;
 }
Beispiel #2
0
 public EmployersController(IEmployersQuery employersQuery, ILoginCredentialsQuery loginCredentialsQuery, ICandidateReportsQuery candidateReportsQuery, IMemberSearchesQuery memberSearchesQuery, IExecuteMemberSearchCommand executeMemberSearchCommand, IOrganisationsQuery organisationsQuery, IRecruitersQuery recruitersQuery, IUserAccountsQuery userAccountsQuery, IMemberSearchReportsQuery memberSearchReportsQuery, IEmployerMemberAccessReportsQuery employerMemberAccessReportsQuery)
 {
     _employersQuery                   = employersQuery;
     _loginCredentialsQuery            = loginCredentialsQuery;
     _candidateReportsQuery            = candidateReportsQuery;
     _memberSearchesQuery              = memberSearchesQuery;
     _executeMemberSearchCommand       = executeMemberSearchCommand;
     _organisationsQuery               = organisationsQuery;
     _recruitersQuery                  = recruitersQuery;
     _userAccountsQuery                = userAccountsQuery;
     _memberSearchReportsQuery         = memberSearchReportsQuery;
     _employerMemberAccessReportsQuery = employerMemberAccessReportsQuery;
 }
Beispiel #3
0
 public DailyReportsQuery(IResumeReportsQuery resumeReportsQuery, IJobAdSearchReportsQuery jobAdSearchReportsQuery, IMemberSearchReportsQuery memberSearchReportsQuery, IJobAdReportsQuery jobAdReportsQuery, IEmployerMemberAccessReportsQuery employerMemberAccessReportsQuery, INetworkingReportsQuery networkingReportsQuery, IOrderReportsQuery orderReportsQuery, ICommunicationReportsQuery communicationReportsQuery, IRegistrationReportsQuery registrationReportsQuery, IAccountReportsQuery accountReportsQuery, IChannelsQuery channelsQuery, IIntegrationQuery integrationQuery, IJobAdIntegrationReportsQuery jobAdIntegrationReportsQuery)
 {
     _resumeReportsQuery               = resumeReportsQuery;
     _jobAdSearchReportsQuery          = jobAdSearchReportsQuery;
     _memberSearchReportsQuery         = memberSearchReportsQuery;
     _jobAdReportsQuery                = jobAdReportsQuery;
     _employerMemberAccessReportsQuery = employerMemberAccessReportsQuery;
     _networkingReportsQuery           = networkingReportsQuery;
     _orderReportsQuery                = orderReportsQuery;
     _communicationReportsQuery        = communicationReportsQuery;
     _registrationReportsQuery         = registrationReportsQuery;
     _accountReportsQuery              = accountReportsQuery;
     _channelsQuery                = channelsQuery;
     _integrationQuery             = integrationQuery;
     _jobAdIntegrationReportsQuery = jobAdIntegrationReportsQuery;
 }
Beispiel #4
0
 public MembersController(IFilesQuery filesQuery, IEmployerMemberAccessReportsQuery employerMemberAccessReportsQuery, IMembersQuery membersQuery, ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, IMemberStatusQuery memberStatusQuery, IJobAdSearchesQuery jobAdSearchesQuery, IExecuteJobAdSearchCommand executeJobAdSearchCommand, IJobAdsQuery jobAdsQuery, IJobAdReportsQuery jobAdReportsQuery, IMemberApplicationsQuery memberApplicationsQuery, IEmailVerificationsCommand emailVerificationsCommand, IEmailVerificationsQuery emailVerificationsQuery)
 {
     _filesQuery = filesQuery;
     _employerMemberAccessReportsQuery = employerMemberAccessReportsQuery;
     _membersQuery              = membersQuery;
     _candidatesQuery           = candidatesQuery;
     _resumesQuery              = resumesQuery;
     _memberStatusQuery         = memberStatusQuery;
     _jobAdSearchesQuery        = jobAdSearchesQuery;
     _executeJobAdSearchCommand = executeJobAdSearchCommand;
     _jobAdsQuery               = jobAdsQuery;
     _jobAdReportsQuery         = jobAdReportsQuery;
     _memberApplicationsQuery   = memberApplicationsQuery;
     _emailVerificationsCommand = emailVerificationsCommand;
     _emailVerificationsQuery   = emailVerificationsQuery;
 }