public RequestForCertificateOfDistraintOfPropertyService(NRZContext context, IEPaymentService ePaymentService, IStringLocalizer <SharedResources> localizer = null) : base(context, localizer) { _ePaymentService = ePaymentService; }
public EPaymentController(UserManager <ApplicationUser> userManager, IStringLocalizer <SharedResources> localizer, IEPaymentService ePaymentService ) : base(userManager, localizer) { _ePaymentService = ePaymentService; }
public EPaymentJobService(NRZContext context, IEPaymentService ePaymentService, IOptions <EPaymentSettings> config, IStringLocalizer <SharedResources> localizer = null) : base(context, localizer) { _ePaymentService = ePaymentService; _settings = config.Value; }
public IntegrationController(IIntegrationService integrationService, ITimestampService timestampService, IEPaymentService paymentService, IEPaymentJobService paymentJobService) { this.integrationService = integrationService; this.timestampService = timestampService; this.paymentService = paymentService; this.paymentJobService = paymentJobService; }
public SeizedPropertyAvailabilityRequestService(NRZContext context, IEPaymentService ePaymentService, IStringLocalizer <SharedResources> localizer) : base(context, localizer) { _ePaymentService = ePaymentService; }