示例#1
0
 public CampaignCriteriaCommand(ICampaignQueriesRepository repository, IExecuteMemberSearchCommand executeMemberSearchCommand, IMembersQuery membersQuery, IEmployersQuery employersQuery, IExecuteEmployerSearchCommand executeEmployerSearchCommand)
 {
     _repository = repository;
     _executeMemberSearchCommand = executeMemberSearchCommand;
     _repository     = repository;
     _membersQuery   = membersQuery;
     _employersQuery = employersQuery;
     _executeEmployerSearchCommand = executeEmployerSearchCommand;
 }
 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;
 }