예제 #1
0
 public GetEligibleApprenticeshipsSearchHandler(
     ICommitmentsService commitmentsV2Service,
     IEmployerIncentivesService employerIncentivesService)
 {
     _commitmentsV2Service      = commitmentsV2Service;
     _employerIncentivesService = employerIncentivesService;
 }
예제 #2
0
 public GetAndAddEmployerVendorIdCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IEmployerIncentivesService incentivesService,
     ILogger <GetAndAddEmployerVendorIdCommandHandler> logger)
 {
     _financeService    = financeService;
     _incentivesService = incentivesService;
     _logger            = logger;
 }
예제 #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;
 }
예제 #6
0
 public CreateApplicationCommandHandler(ICommitmentsService commitmentsService, IEmployerIncentivesService employerIncentivesService)
 {
     _commitmentsService        = commitmentsService;
     _employerIncentivesService = employerIncentivesService;
 }
 public SignAgreementCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
예제 #8
0
 public EmployerIncentivesHealthCheck(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public EarningsResilienceCheckCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
예제 #10
0
 public UpdateCollectionCalendarPeriodCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
예제 #11
0
 public RevertPaymentsCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
 public CreateAccountLegalEntityCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
예제 #13
0
 public GetApplicationHandler(IEmployerIncentivesService employerIncentivesService, ICommitmentsApiClient <CommitmentsConfiguration> commitmentsV2Service)
 {
     _employerIncentivesService = employerIncentivesService;
     _commitmentsV2Service      = commitmentsV2Service;
 }
예제 #14
0
 public RemoveAccountLegalEntityCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
예제 #15
0
 public SendBankDetailsRepeatReminderEmailsCommandHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
예제 #16
0
 public UpdateVendorRegistrationCaseStatusCommandHandler(IEmployerIncentivesService incentivesService)
 {
     _incentivesService = incentivesService;
 }
예제 #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;
 }
예제 #21
0
 public RecalculateEarningsCommandHandler(IEmployerIncentivesService service)
 {
     _service = service;
 }
예제 #22
0
 public GetApprenticeshipIncentivesHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }
 public GetApplicationAccountLegalEntityHandler(IEmployerIncentivesService employerIncentivesService)
 {
     _employerIncentivesService = employerIncentivesService;
 }