Пример #1
0
 public CandidateFilesController(IEmployerMemberViewsCommand employerMemberViewsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerResumeFilesQuery employerResumeFilesQuery, IFilesQuery filesQuery)
 {
     _employerMemberViewsCommand = employerMemberViewsCommand;
     _employerMemberViewsQuery   = employerMemberViewsQuery;
     _employerResumeFilesQuery   = employerResumeFilesQuery;
     _filesQuery = filesQuery;
 }
Пример #2
0
 public EmailResumeSearchAlertsTask(IExecuteMemberSearchCommand executeMemberSearchCommand, IMemberSearchesQuery memberSearchesQuery, IMemberSearchAlertsCommand memberSearchAlertsCommand, IMemberSearchAlertsQuery memberSearchAlertsQuery, IEmployersQuery employersQuery, IEmailsCommand emailsCommand, IIndustriesQuery industriesQuery, IEmployerMemberViewsQuery employerMemberViewsQuery)
     : base(executeMemberSearchCommand, memberSearchesQuery, memberSearchAlertsCommand, memberSearchAlertsQuery, employersQuery, AlertType.Email)
 {
     _emailsCommand            = emailsCommand;
     _industriesQuery          = industriesQuery;
     _employerMemberViewsQuery = employerMemberViewsQuery;
 }
Пример #3
0
 public CandidatesController(IEmployerMemberViewsCommand employerMemberViewsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IUserSessionsQuery userSessionsQuery, IJobAdApplicantsQuery jobAdApplicantsQuery)
 {
     _employerMemberViewsCommand = employerMemberViewsCommand;
     _employerMemberViewsQuery   = employerMemberViewsQuery;
     _memberStatusQuery          = memberStatusQuery;
     _userSessionsQuery          = userSessionsQuery;
     _jobAdApplicantsQuery       = jobAdApplicantsQuery;
 }
Пример #4
0
 public CandidatesApiController(IEmployerMemberViewsCommand employerMemberViewsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerMemberContactsCommand employerMemberContactsCommand, IEmployerResumeFilesQuery employerResumeFilesQuery, IEmailsCommand emailsCommand, IJobAdApplicantsQuery jobAdApplicantsQuery)
 {
     _employerMemberViewsCommand    = employerMemberViewsCommand;
     _employerMemberViewsQuery      = employerMemberViewsQuery;
     _employerMemberContactsCommand = employerMemberContactsCommand;
     _employerResumeFilesQuery      = employerResumeFilesQuery;
     _emailsCommand        = emailsCommand;
     _jobAdApplicantsQuery = jobAdApplicantsQuery;
 }
Пример #5
0
 public MessagesHandler(IEmailsCommand emailsCommand, IMembersQuery membersQuery, IEmployersQuery employersQuery, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerMemberContactsQuery employerMemberContactsQuery, IFilesQuery filesQuery)
 {
     _emailsCommand               = emailsCommand;
     _membersQuery                = membersQuery;
     _employersQuery              = employersQuery;
     _employerMemberViewsQuery    = employerMemberViewsQuery;
     _employerMemberContactsQuery = employerMemberContactsQuery;
     _filesQuery = filesQuery;
 }
Пример #6
0
 public MemberActivityFiltersQuery(ICandidateBlockListsQuery candidateBlockListsQuery, ICandidateFoldersQuery candidateFoldersQuery, ICandidateFlagListsQuery candidateFlagListsQuery, ICandidateNotesQuery candidateNotesQuery, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerCreditsQuery employerCreditsQuery, IJobAdApplicantsQuery jobAdApplicantsQuery)
 {
     _candidateBlockListsQuery = candidateBlockListsQuery;
     _candidateFoldersQuery    = candidateFoldersQuery;
     _candidateFlagListsQuery  = candidateFlagListsQuery;
     _candidateNotesQuery      = candidateNotesQuery;
     _employerMemberViewsQuery = employerMemberViewsQuery;
     _employerCreditsQuery     = employerCreditsQuery;
     _jobAdApplicantsQuery     = jobAdApplicantsQuery;
 }
 public EmailSuggestedCandidatesTask(IEmailsCommand emailsCommand, IJobAdsQuery jobAdsQuery, ISuggestedMembersQuery suggestedMembersQuery, IEmployersQuery employersQuery, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerCreditsQuery employerCreditsQuery, IMemberSearchesCommand memberSearchesCommand, IExecuteMemberSearchCommand executeMemberSearchCommand)
     : base(EventSource, emailsCommand)
 {
     _jobAdsQuery                = jobAdsQuery;
     _suggestedMembersQuery      = suggestedMembersQuery;
     _employersQuery             = employersQuery;
     _employerMemberViewsQuery   = employerMemberViewsQuery;
     _employerCreditsQuery       = employerCreditsQuery;
     _memberSearchesCommand      = memberSearchesCommand;
     _executeMemberSearchCommand = executeMemberSearchCommand;
 }
Пример #8
0
 public JobAdsHandler(IMemberApplicationsQuery memberApplicationsQuery, IJobAdsQuery jobAdsQuery, IJobAdProcessingQuery jobAdProcessingQuery, IMembersQuery membersQuery, IEmployersQuery employersQuery, IEmployerMemberViewsQuery employerMemberViewsQuery, IResumesQuery resumesQuery, IResumeFilesQuery resumeFilesQuery, IFilesQuery filesQuery, IEmailsCommand emailsCommand)
 {
     _memberApplicationsQuery  = memberApplicationsQuery;
     _jobAdsQuery              = jobAdsQuery;
     _jobAdProcessingQuery     = jobAdProcessingQuery;
     _membersQuery             = membersQuery;
     _employersQuery           = employersQuery;
     _employerMemberViewsQuery = employerMemberViewsQuery;
     _resumesQuery             = resumesQuery;
     _resumeFilesQuery         = resumeFilesQuery;
     _filesQuery    = filesQuery;
     _emailsCommand = emailsCommand;
 }
Пример #9
0
 public SearchController(IExecuteMemberSearchCommand executeMemberSearchCommand, IMemberSearchesCommand memberSearchesCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IMemberSearchSuggestionsQuery memberSearchSuggestionsQuery, IMemberSearchesQuery memberSearchesQuery, ICandidateListsCommand candidateListsCommand, IEmployerCreditsQuery employerCreditsQuery, ILocationQuery locationQuery, ICommunitiesQuery communitiesQuery, IVerticalsQuery verticalsQuery, IIndustriesQuery industriesQuery)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _memberSearchSuggestionsQuery = memberSearchSuggestionsQuery;
     _memberSearchesCommand        = memberSearchesCommand;
     _memberSearchesQuery          = memberSearchesQuery;
     _candidateListsCommand        = candidateListsCommand;
     _employerCreditsQuery         = employerCreditsQuery;
     _locationQuery    = locationQuery;
     _communitiesQuery = communitiesQuery;
     _verticalsQuery   = verticalsQuery;
     _industriesQuery  = industriesQuery;
 }
Пример #10
0
 public FoldersApiController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, ICandidateFoldersQuery candidateFoldersQuery, ICandidateListsCommand candidateListsCommand)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _candidateFoldersQuery = candidateFoldersQuery;
     _candidateListsCommand = candidateListsCommand;
 }
Пример #11
0
 public FoldersController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, ICandidateFoldersCommand candidateFoldersCommand, ICandidateFoldersQuery candidateFoldersQuery, ICandidateFlagListsQuery candidateFlagListsQuery, ICommunitiesQuery communitiesQuery, IVerticalsQuery verticalsQuery)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _candidateFoldersCommand = candidateFoldersCommand;
     _candidateFoldersQuery   = candidateFoldersQuery;
     _candidateFlagListsQuery = candidateFlagListsQuery;
     _communitiesQuery        = communitiesQuery;
     _verticalsQuery          = verticalsQuery;
 }
Пример #12
0
 public ResumeFilesQuery(IEmployerMemberViewsQuery employerMemberViewsQuery)
 {
     _employerMemberViewsQuery = employerMemberViewsQuery;
 }
Пример #13
0
 public CandidatesApiController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsCommand employerMemberViewsCommand, IMemberSearchAlertsCommand memberSearchAlertsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _employerMemberViewsCommand = employerMemberViewsCommand;
     _memberSearchAlertsCommand  = memberSearchAlertsCommand;
 }
Пример #14
0
 public JobAdsController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IJobAdsQuery jobAdsQuery, IJobAdApplicantsQuery jobAdApplicantsQuery)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _jobAdsQuery          = jobAdsQuery;
     _jobAdApplicantsQuery = jobAdApplicantsQuery;
 }
Пример #15
0
 public SuggestedCandidatesController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IJobAdsQuery jobAdsQuery, IExternalJobAdsQuery externalJobAdsQuery, ISuggestedMembersQuery suggestedMembersQuery, ILocationQuery locationQuery, ICommunitiesQuery communitiesQuery, IVerticalsQuery verticalsQuery, IIndustriesQuery industriesQuery)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _jobAdsQuery           = jobAdsQuery;
     _externalJobAdsQuery   = externalJobAdsQuery;
     _suggestedMembersQuery = suggestedMembersQuery;
     _locationQuery         = locationQuery;
     _communitiesQuery      = communitiesQuery;
     _verticalsQuery        = verticalsQuery;
     _industriesQuery       = industriesQuery;
 }
Пример #16
0
 protected CandidateListController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery)
 {
     _executeMemberSearchCommand = executeMemberSearchCommand;
     _employerMemberViewsQuery   = employerMemberViewsQuery;
     _memberStatusQuery          = memberStatusQuery;
 }
Пример #17
0
 public SomeCreditsUsedCreditCreditInfo(bool verified, bool hasExpired, CreditAllocation creditAllocation, IEmployerAccountsCommand employerAccountsCommand, IOrganisationsCommand organisationsCommand, ICreditsQuery creditsQuery, IAllocationsCommand allocationsCommand, IEmployerCreditsCommand employerCreditsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery)
     : base(verified, hasExpired, creditAllocation, employerAccountsCommand, organisationsCommand, creditsQuery, allocationsCommand)
 {
     _employerCreditsCommand   = employerCreditsCommand;
     _employerMemberViewsQuery = employerMemberViewsQuery;
 }
Пример #18
0
        public ManageCandidatesController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IJobAdsQuery jobAdsQuery, IJobAdApplicantsQuery jobAdApplicantsQuery, ICommunitiesQuery communitiesQuery, IVerticalsQuery verticalsQuery)
            : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
        {
            _jobAdsQuery          = jobAdsQuery;
            _jobAdApplicantsQuery = jobAdApplicantsQuery;

            _communitiesQuery = communitiesQuery;
            _verticalsQuery   = verticalsQuery;
        }
Пример #19
0
 public SearchApiController(IExecuteMemberSearchCommand executeMemberSearchCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IMemberStatusQuery memberStatusQuery, IMemberSearchesCommand memberSearchesCommand)
     : base(executeMemberSearchCommand, employerMemberViewsQuery, memberStatusQuery)
 {
     _memberSearchesCommand = memberSearchesCommand;
 }