Esempio n. 1
0
 public GetEligibleApprenticeshipsSearchHandler(
     ICommitmentsService commitmentsV2Service,
     IEmployerIncentivesService employerIncentivesService)
 {
     _commitmentsV2Service      = commitmentsV2Service;
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 2
0
 public GetAndAddEmployerVendorIdCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IEmployerIncentivesService incentivesService,
     ILogger <GetAndAddEmployerVendorIdCommandHandler> logger)
 {
     _financeService    = financeService;
     _incentivesService = incentivesService;
     _logger            = logger;
 }
Esempio n. 3
0
 public RefreshVendorRegistrationFormCaseStatusCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IEmployerIncentivesService incentivesService,
     ILogger <RefreshVendorRegistrationFormCaseStatusCommandHandler> logger)
 {
     _financeService    = financeService;
     _incentivesService = incentivesService;
     _logger            = logger;
 }
 public RefreshLegalEntitiesCommandHandler(IAccountsService accountsService, IEmployerIncentivesService employerIncentivesService)
 {
     _accountsService           = accountsService;
     _employerIncentivesService = employerIncentivesService;
 }
 public GetBankingDataHandler(IEmployerIncentivesService employerIncentivesService, IAccountsService accountsService)
 {
     _employerIncentivesService = employerIncentivesService;
     _accountsService           = accountsService;
 }
Esempio n. 6
0
 public CreateApplicationCommandHandler(ICommitmentsService commitmentsService, IEmployerIncentivesService employerIncentivesService)
 {
     _commitmentsService        = commitmentsService;
     _employerIncentivesService = employerIncentivesService;
 }
 public SignAgreementCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 8
0
 public EmployerIncentivesHealthCheck(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public EarningsResilienceCheckCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 10
0
 public UpdateCollectionCalendarPeriodCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 11
0
 public RevertPaymentsCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
 public CreateAccountLegalEntityCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
Esempio n. 13
0
 public GetApplicationHandler(IEmployerIncentivesService employerIncentivesService, ICommitmentsApiClient <CommitmentsConfiguration> commitmentsV2Service)
 {
     _employerIncentivesService = employerIncentivesService;
     _commitmentsV2Service      = commitmentsV2Service;
 }
Esempio n. 14
0
 public RemoveAccountLegalEntityCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 15
0
 public SendBankDetailsRepeatReminderEmailsCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 16
0
 public UpdateVendorRegistrationCaseStatusCommandHandler(IEmployerIncentivesService incentivesService)
 {
     _incentivesService = incentivesService;
 }
Esempio n. 17
0
 public GetLegalEntityHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public ConfirmApplicationCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public GetApplicationsHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public SendBankDetailsRequiredEmailCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
Esempio n. 21
0
 public RecalculateEarningsCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
Esempio n. 22
0
 public GetApprenticeshipIncentivesHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public GetApplicationAccountLegalEntityHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }