Exemplo n.º 1
0
 public JoinController(IPageflowEngine pageflowEngine, IAccountsManager accountsManager, IMemberAccountsCommand memberAccountsCommand, IAccountVerificationsCommand accountVerificationsCommand, IMembersQuery membersQuery, ICandidatesCommand candidatesCommand, ICandidatesQuery candidatesQuery, ICandidateResumesCommand candidateResumesCommand, IResumesQuery resumesQuery, IAffiliationItemsFactory affiliationItemsFactory, IMemberAffiliationsCommand memberAffiliationsCommand, IMemberAffiliationsQuery memberAffiliationsQuery, IMemberStatusQuery memberStatusQuery, IFilesQuery filesQuery, ILocationQuery locationQuery, IIndustriesQuery industriesQuery, IReferralsCommand referralsCommand, IReferralsQuery referralsQuery, IMemberFriendsCommand memberFriendsCommand, IMemberFriendsQuery memberFriendsQuery, ISettingsQuery settingsQuery, ISettingsCommand settingsCommand)
     : base(Routes, pageflowEngine)
 {
     _membersQuery                = membersQuery;
     _memberAccountsCommand       = memberAccountsCommand;
     _accountVerificationsCommand = accountVerificationsCommand;
     _accountsManager             = accountsManager;
     _candidatesQuery             = candidatesQuery;
     _candidatesCommand           = candidatesCommand;
     _candidateResumesCommand     = candidateResumesCommand;
     _resumesQuery                = resumesQuery;
     _filesQuery = filesQuery;
     _affiliationItemsFactory   = affiliationItemsFactory;
     _memberAffiliationsCommand = memberAffiliationsCommand;
     _memberAffiliationsQuery   = memberAffiliationsQuery;
     _memberStatusQuery         = memberStatusQuery;
     _locationQuery             = locationQuery;
     _industriesQuery           = industriesQuery;
     _referralsCommand          = referralsCommand;
     _referralsQuery            = referralsQuery;
     _memberFriendsCommand      = memberFriendsCommand;
     _memberFriendsQuery        = memberFriendsQuery;
     _settingsQuery             = settingsQuery;
     _settingsCommand           = settingsCommand;
 }
Exemplo n.º 2
0
 public JobAdFilesController(IJobAdApplicationsManager jobAdApplicationsManager, IMembersQuery membersQuery, IServiceAuthenticationManager serviceAuthenticationManager, IFilesQuery filesQuery)
 {
     _jobAdApplicationsManager     = jobAdApplicationsManager;
     _membersQuery                 = membersQuery;
     _serviceAuthenticationManager = serviceAuthenticationManager;
     _filesQuery = filesQuery;
 }
Exemplo n.º 3
0
 public CandidateFilesController(IEmployerMemberViewsCommand employerMemberViewsCommand, IEmployerMemberViewsQuery employerMemberViewsQuery, IEmployerResumeFilesQuery employerResumeFilesQuery, IFilesQuery filesQuery)
 {
     _employerMemberViewsCommand = employerMemberViewsCommand;
     _employerMemberViewsQuery   = employerMemberViewsQuery;
     _employerResumeFilesQuery   = employerResumeFilesQuery;
     _filesQuery = filesQuery;
 }
Exemplo n.º 4
0
 public ProfileFilesController(ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, ICandidateResumeFilesQuery candidateResumeFilesQuery, IResumeFilesQuery resumeFilesQuery, IFilesQuery filesQuery)
 {
     _candidatesQuery           = candidatesQuery;
     _resumesQuery              = resumesQuery;
     _candidateResumeFilesQuery = candidateResumeFilesQuery;
     _resumeFilesQuery          = resumeFilesQuery;
     _filesQuery = filesQuery;
 }
 public EmployerMemberContactsCommand(IEmployerContactsRepository repository, IEmployerMemberViewsCommand employerMemberViewsCommand, IMemberContactsQuery memberContactsQuery, IFilesCommand filesCommand, IFilesQuery filesQuery)
 {
     _repository = repository;
     _employerMemberViewsCommand = employerMemberViewsCommand;
     _memberContactsQuery        = memberContactsQuery;
     _filesCommand = filesCommand;
     _filesQuery   = filesQuery;
 }
Exemplo n.º 6
0
 public ApplicationsApiController(IMemberJobAdViewsQuery memberJobAdViewsQuery, IMemberJobAdApplicationsCommand memberJobAdApplicationsCommand, IAnonymousJobAdApplicationsCommand anonymousJobAdApplicationsCommand, IAnonymousUsersCommand anonymousUsersCommand, IFilesQuery filesQuery)
 {
     _memberJobAdViewsQuery             = memberJobAdViewsQuery;
     _memberJobAdApplicationsCommand    = memberJobAdApplicationsCommand;
     _anonymousJobAdApplicationsCommand = anonymousJobAdApplicationsCommand;
     _anonymousUsersCommand             = anonymousUsersCommand;
     _filesQuery = filesQuery;
 }
Exemplo n.º 7
0
 public ResumesApiController(IFilesCommand filesCommand, IFilesQuery filesQuery, ICandidateResumeFilesCommand candidateResumeFilesCommand, IParseResumesCommand parseResumesCommand, IParsedResumesCommand parsedResumesCommand)
 {
     _filesCommand = filesCommand;
     _filesQuery   = filesQuery;
     _candidateResumeFilesCommand = candidateResumeFilesCommand;
     _parseResumesCommand         = parseResumesCommand;
     _parsedResumesCommand        = parsedResumesCommand;
 }
Exemplo n.º 8
0
        protected FilesTests()
        {
            var repository        = new FilesRepository(Resolve <IDataContextFactory>());
            var storageRepository = new FilesStorageRepository("C:\\LinkMe\\UserFiles");

            _filesCommand = new FilesCommand(repository, storageRepository);
            _filesQuery   = new FilesQuery(repository, storageRepository);
        }
Exemplo n.º 9
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;
 }
Exemplo n.º 10
0
 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;
 }
Exemplo n.º 11
0
 public InternalApplicationsCommand(IApplicationsCommand applicationsCommand, IJobAdApplicationSubmissionsCommand jobAdApplicationSubmissionsCommand, IJobAdApplicationSubmissionsQuery jobAdApplicationSubmissionsQuery, ICandidatesQuery candidatesQuery, ICandidateResumesCommand candidateResumesCommand, ICandidateResumeFilesCommand candidateResumeFilesCommand, ICandidateResumeFilesQuery candidateResumeFilesQuery, IParseResumesCommand parseResumesCommand, IFilesQuery filesQuery)
 {
     _applicationsCommand = applicationsCommand;
     _jobAdApplicationSubmissionsCommand = jobAdApplicationSubmissionsCommand;
     _jobAdApplicationSubmissionsQuery   = jobAdApplicationSubmissionsQuery;
     _candidatesQuery             = candidatesQuery;
     _candidateResumesCommand     = candidateResumesCommand;
     _candidateResumeFilesCommand = candidateResumeFilesCommand;
     _candidateResumeFilesQuery   = candidateResumeFilesQuery;
     _parseResumesCommand         = parseResumesCommand;
     _filesQuery = filesQuery;
 }
Exemplo n.º 12
0
 public JobAdApplicationsManager(IJobAdsCommand jobAdsCommand, IApplicationsCommand applicationsCommand, IMemberApplicationsQuery memberApplicationsQuery, IMembersQuery membersQuery, ICandidatesQuery candidatesQuery, IResumesQuery resumesQuery, IEmployerResumeFilesQuery employerResumeFilesQuery, IAnonymousUsersQuery anonymousUsersQuery, IFilesQuery filesQuery, ILocationQuery locationQuery)
 {
     _jobAdsCommand            = jobAdsCommand;
     _applicationsCommand      = applicationsCommand;
     _memberApplicationsQuery  = memberApplicationsQuery;
     _membersQuery             = membersQuery;
     _candidatesQuery          = candidatesQuery;
     _resumesQuery             = resumesQuery;
     _employerResumeFilesQuery = employerResumeFilesQuery;
     _anonymousUsersQuery      = anonymousUsersQuery;
     _filesQuery    = filesQuery;
     _locationQuery = locationQuery;
 }
Exemplo n.º 13
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;
 }
Exemplo n.º 14
0
 protected JobAdsController(IJobAdViewsQuery jobAdViewsQuery, IMemberJobAdViewsQuery memberJobAdViewsQuery, IExecuteJobAdSearchCommand executeJobAdSearchCommand, ICandidatesQuery candidatesQuery, ICandidateResumeFilesQuery candidateResumeFilesQuery, IFilesQuery filesQuery, ICacheManager cacheManager, IMemberStatusQuery memberStatusQuery, IResumesQuery resumesQuery, IExternalJobAdsQuery externalJobAdsQuery, IJobAdFlagListsQuery jobAdFlagListsQuery, IJobAdFoldersQuery jobAdFoldersQuery, IJobAdFoldersCommand jobAdFoldersCommand)
 {
     _jobAdViewsQuery           = jobAdViewsQuery;
     _memberJobAdViewsQuery     = memberJobAdViewsQuery;
     _executeJobAdSearchCommand = executeJobAdSearchCommand;
     _cacheManager              = cacheManager;
     _memberStatusQuery         = memberStatusQuery;
     _candidatesQuery           = candidatesQuery;
     _resumesQuery              = resumesQuery;
     _candidateResumeFilesQuery = candidateResumeFilesQuery;
     _filesQuery          = filesQuery;
     _externalJobAdsQuery = externalJobAdsQuery;
     _jobAdFlagListsQuery = jobAdFlagListsQuery;
     _jobAdFoldersQuery   = jobAdFoldersQuery;
     _jobAdFoldersCommand = jobAdFoldersCommand;
 }
Exemplo n.º 15
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;
 }
Exemplo n.º 16
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;
 }
Exemplo n.º 17
0
 public JobAdFilesController(IFilesQuery filesQuery)
 {
     _filesQuery = filesQuery;
 }
Exemplo n.º 18
0
 public FriendsFilesController(IMembersQuery membersQuery, IFilesQuery filesQuery)
 {
     _membersQuery = membersQuery;
     _filesQuery   = filesQuery;
 }
Exemplo n.º 19
0
 public JobAdsWebController(IJobAdsQuery jobAdsQuery, IJobAdViewsQuery jobAdViewsQuery, IMemberJobAdViewsQuery memberJobAdViewsQuery, IExecuteJobAdSearchCommand executeJobAdSearchCommand, IAnonymousUsersQuery anonymousUsersQuery, IEmployersQuery employersQuery, ICandidatesQuery candidatesQuery, ICandidateResumeFilesQuery candidateResumeFilesQuery, IFilesQuery filesQuery, ICacheManager cacheManager, IMemberStatusQuery memberStatusQuery, IResumesQuery resumesQuery, IVisitorStatusQuery visitorStatusQuery, IExternalJobAdsQuery externalJobAdsQuery, IInternalApplicationsCommand internalApplicationsCommand, IMemberApplicationsQuery memberApplicationsQuery, IJobAdApplicationSubmissionsCommand jobAdApplicationSubmissionsCommand, ISendApplicationsCommand sendApplicationsCommand, IJobAdFlagListsQuery jobAdFlagListsQuery, IJobAdFoldersQuery jobAdFoldersQuery, IJobAdFoldersCommand jobAdFoldersCommand)
     : base(jobAdViewsQuery, memberJobAdViewsQuery, executeJobAdSearchCommand, candidatesQuery, candidateResumeFilesQuery, filesQuery, cacheManager, memberStatusQuery, resumesQuery, externalJobAdsQuery, jobAdFlagListsQuery, jobAdFoldersQuery, jobAdFoldersCommand)
 {
     _jobAdsQuery                        = jobAdsQuery;
     _memberJobAdViewsQuery              = memberJobAdViewsQuery;
     _anonymousUsersQuery                = anonymousUsersQuery;
     _employersQuery                     = employersQuery;
     _visitorStatusQuery                 = visitorStatusQuery;
     _internalApplicationsCommand        = internalApplicationsCommand;
     _memberApplicationsQuery            = memberApplicationsQuery;
     _jobAdApplicationSubmissionsCommand = jobAdApplicationSubmissionsCommand;
     _sendApplicationsCommand            = sendApplicationsCommand;
 }
Exemplo n.º 20
0
 public JobAdsMobileController(IJobAdViewsQuery jobAdViewsQuery, IMemberJobAdViewsQuery memberJobAdViewsQuery, IExecuteJobAdSearchCommand executeJobAdSearchCommand, IEmployersQuery employersQuery, ICandidatesQuery candidatesQuery, ICandidateResumeFilesQuery candidateResumeFilesQuery, IFilesQuery filesQuery, ICacheManager cacheManager, IMemberStatusQuery memberStatusQuery, IResumesQuery resumesQuery, IExternalJobAdsQuery externalJobAdsQuery, IJobAdFlagListsQuery jobAdFlagListsQuery, IJobAdFoldersQuery jobAdFoldersQuery, IJobAdFoldersCommand jobAdFoldersCommand)
     : base(jobAdViewsQuery, memberJobAdViewsQuery, executeJobAdSearchCommand, candidatesQuery, candidateResumeFilesQuery, filesQuery, cacheManager, memberStatusQuery, resumesQuery, externalJobAdsQuery, jobAdFlagListsQuery, jobAdFoldersQuery, jobAdFoldersCommand)
 {
     _memberJobAdViewsQuery = memberJobAdViewsQuery;
     _employersQuery        = employersQuery;
 }
Exemplo n.º 21
0
 public JobAdFilesController(IJobAdsQuery jobAdsQuery, IMemberJobAdFilesQuery memberJobAdFilesQuery, IFilesQuery filesQuery)
 {
     _jobAdsQuery           = jobAdsQuery;
     _memberJobAdFilesQuery = memberJobAdFilesQuery;
     _filesQuery            = filesQuery;
 }
Exemplo n.º 22
0
 public ParseResumesCommand(IParseResumeDataCommand parseResumeDataCommand, IParseResumeXmlCommand parseResumeXmlCommand, IFilesQuery filesQuery)
 {
     _parseResumeDataCommand = parseResumeDataCommand;
     _parseResumeXmlCommand  = parseResumeXmlCommand;
     _filesQuery             = filesQuery;
 }