Ejemplo n.º 1
0
 public EmailEmployerUsageTask(IEmailsCommand emailsCommand, IResumeReportsQuery resumeReportsQuery, IAccountReportsQuery accountReportsQuery, IEmployersQuery employersQuery)
     : base(EventSource, emailsCommand)
 {
     _resumeReportsQuery  = resumeReportsQuery;
     _accountReportsQuery = accountReportsQuery;
     _employersQuery      = employersQuery;
 }
Ejemplo n.º 2
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;
 }
Ejemplo n.º 3
0
 public EmailCustomerReportsTask(IEmailsCommand emailsCommand, IEmployerReportsQuery employerReportsQuery, IEmployerReportsCommand employerReportsCommand, IExecuteEmployerReportsCommand executeEmployerReportsCommand, IOrganisationsQuery organisationsQuery, IAdministratorsQuery administratorsQuery, IAccountReportsQuery accountReportsQuery)
     : base(EventSource, emailsCommand)
 {
     _employerReportsQuery          = employerReportsQuery;
     _employerReportsCommand        = employerReportsCommand;
     _executeEmployerReportsCommand = executeEmployerReportsCommand;
     _organisationsQuery            = organisationsQuery;
     _administratorsQuery           = administratorsQuery;
     _accountReportsQuery           = accountReportsQuery;
 }
Ejemplo n.º 4
0
 public MaintainEmployersController(IUserAccountsCommand userAccountsCommand, ILoginCredentialsCommand loginCredentialsCommand, ILoginCredentialsQuery loginCredentialsQuery, IEmployerAccountsCommand employerAccountsCommand, IEmployersQuery employersQuery, IOrganisationsQuery organisationsQuery, IPhoneNumbersQuery phoneNumbersQuery, IExecuteEmployerSearchCommand executeEmployerSearchCommand, IEmailsCommand emailsCommand, IAccountReportsQuery accountReportsQuery)
 {
     _userAccountsCommand          = userAccountsCommand;
     _loginCredentialsCommand      = loginCredentialsCommand;
     _loginCredentialsQuery        = loginCredentialsQuery;
     _employerAccountsCommand      = employerAccountsCommand;
     _employersQuery               = employersQuery;
     _organisationsQuery           = organisationsQuery;
     _phoneNumbersQuery            = phoneNumbersQuery;
     _executeEmployerSearchCommand = executeEmployerSearchCommand;
     _emailsCommand       = emailsCommand;
     _accountReportsQuery = accountReportsQuery;
 }
Ejemplo n.º 5
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;
 }
Ejemplo n.º 6
0
 public OrganisationsController(IOrganisationsCommand organisationsCommand, IOrganisationsQuery organisationsQuery, ILoginCredentialsQuery loginCredentialsQuery, IAdministratorsQuery administratorsQuery, IEmployerAccountsCommand employerAccountsCommand, IEmployersQuery employersQuery, IExecuteOrganisationSearchCommand executeOrganisationSearchCommand, ICommunitiesQuery communitiesQuery, IIndustriesQuery industriesQuery, IPhoneNumbersQuery phoneNumbersQuery, ILocationQuery locationQuery, ISettingsQuery settingsQuery, ISettingsCommand settingsCommand, IEmailsCommand emailsCommand, IAccountReportsQuery accountReportsQuery)
 {
     _organisationsCommand             = organisationsCommand;
     _organisationsQuery               = organisationsQuery;
     _loginCredentialsQuery            = loginCredentialsQuery;
     _administratorsQuery              = administratorsQuery;
     _employerAccountsCommand          = employerAccountsCommand;
     _employersQuery                   = employersQuery;
     _executeOrganisationSearchCommand = executeOrganisationSearchCommand;
     _communitiesQuery                 = communitiesQuery;
     _industriesQuery                  = industriesQuery;
     _phoneNumbersQuery                = phoneNumbersQuery;
     _locationQuery       = locationQuery;
     _settingsQuery       = settingsQuery;
     _settingsCommand     = settingsCommand;
     _emailsCommand       = emailsCommand;
     _accountReportsQuery = accountReportsQuery;
 }