Exemple #1
0
 public ProfileFilesController(ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, ICandidateResumeFilesQuery candidateResumeFilesQuery, IResumeFilesQuery resumeFilesQuery, IFilesQuery filesQuery)
 {
     _candidatesQuery           = candidatesQuery;
     _resumesQuery              = resumesQuery;
     _candidateResumeFilesQuery = candidateResumeFilesQuery;
     _resumeFilesQuery          = resumeFilesQuery;
     _filesQuery = filesQuery;
 }
 public SendApplicationsCommand(IMembersQuery membersQuery, IAnonymousUsersQuery anonymousUsersQuery, IJobAdsQuery jobAdsQuery, IFilesQuery filesQuery, IResumeFilesQuery resumeFilesQuery, ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, ISendJobG8Command sendJobG8Command)
 {
     _membersQuery        = membersQuery;
     _anonymousUsersQuery = anonymousUsersQuery;
     _jobAdsQuery         = jobAdsQuery;
     _filesQuery          = filesQuery;
     _resumeFilesQuery    = resumeFilesQuery;
     _candidatesQuery     = candidatesQuery;
     _resumesQuery        = resumesQuery;
     _sendJobG8Command    = sendJobG8Command;
 }
Exemple #3
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;
 }
Exemple #4
0
 public ProfilesApiController(ILocationQuery locationQuery, IIndustriesQuery industriesQuery, IResumesQuery resumesQuery, ICandidatesQuery candidatesQuery, IResumeFilesQuery resumeFilesQuery, IMemberStatusQuery memberStatusQuery, IEmailsCommand emailsCommand, IMemberAccountsCommand memberAccountsCommand, IAccountVerificationsCommand accountVerificationsCommand, ICandidatesCommand candidatesCommand, ICandidateResumesCommand candidateResumesCommand, ICandidateResumeFilesCommand candidateResumeFilesCommand, IParseResumesCommand parseResumesCommand, IMemberPhotosCommand memberPhotosCommand, IFilesCommand filesCommand, IFilesQuery filesQuery, ISettingsQuery settingsQuery, ISettingsCommand settingsCommand)
 {
     _locationQuery               = locationQuery;
     _industriesQuery             = industriesQuery;
     _resumesQuery                = resumesQuery;
     _candidatesQuery             = candidatesQuery;
     _resumeFilesQuery            = resumeFilesQuery;
     _memberStatusQuery           = memberStatusQuery;
     _emailsCommand               = emailsCommand;
     _memberAccountsCommand       = memberAccountsCommand;
     _accountVerificationsCommand = accountVerificationsCommand;
     _candidatesCommand           = candidatesCommand;
     _candidateResumesCommand     = candidateResumesCommand;
     _candidateResumeFilesCommand = candidateResumeFilesCommand;
     _parseResumesCommand         = parseResumesCommand;
     _memberPhotosCommand         = memberPhotosCommand;
     _filesCommand                = filesCommand;
     _filesQuery      = filesQuery;
     _settingsQuery   = settingsQuery;
     _settingsCommand = settingsCommand;
 }
 public EmployerResumeFilesQuery(IResumesQuery resumesQuery, IResumeFilesQuery resumeFilesQuery)
 {
     _resumesQuery     = resumesQuery;
     _resumeFilesQuery = resumeFilesQuery;
 }