Beispiel #1
0
 public GetAndAddEmployerVendorIdCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IEmployerIncentivesService incentivesService,
     ILogger <GetAndAddEmployerVendorIdCommandHandler> logger)
 {
     _financeService    = financeService;
     _incentivesService = incentivesService;
     _logger            = logger;
 }
Beispiel #2
0
 public GetAndAddEmployerVendorIdCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IVendorRegistrationService vendorRegistrationService,
     ILogger <GetAndAddEmployerVendorIdCommandHandler> logger)
 {
     _financeService            = financeService;
     _vendorRegistrationService = vendorRegistrationService;
     _logger = logger;
 }
Beispiel #3
0
 public RefreshVendorRegistrationFormCaseStatusCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IEmployerIncentivesService incentivesService,
     ILogger <RefreshVendorRegistrationFormCaseStatusCommandHandler> logger)
 {
     _financeService    = financeService;
     _incentivesService = incentivesService;
     _logger            = logger;
 }
Beispiel #4
0
 public RefreshVendorRegistrationFormCaseStatusCommandHandler(
     ICustomerEngagementFinanceService financeService,
     IVendorRegistrationService vendorRegistrationService,
     ILogger <RefreshVendorRegistrationFormCaseStatusCommandHandler> logger)
 {
     _financeService            = financeService;
     _vendorRegistrationService = vendorRegistrationService;
     _logger = logger;
 }