VendrServiceContext
public class VendrServiceContext : VendrServiceContext
Inheritance
- class VendrServiceContext
Namespace
Constructors
VendrServiceContext
public VendrServiceContext(Lazy<ICountryService> countryService,
Lazy<ICurrencyService> currencyService, Lazy<IEmailTemplateService> emailTemplateService,
Lazy<IOrderService> orderService, Lazy<IOrderStatusService> orderStatusService,
Lazy<IPaymentMethodService> paymentMethodService,
Lazy<IShippingMethodService> shippingMethodService, Lazy<IStoreService> storeService,
Lazy<ITaxService> taxService, Lazy<IProductService> productService,
Lazy<IDiscountService> discountService, Lazy<IGiftCardService> giftCardService,
Lazy<ITranslationService> translationService,
Lazy<IPaymentProviderService> paymentProviderService)
Properties
PaymentProviderService
Gets the IPaymentProviderService
public IPaymentProviderService PaymentProviderService { get; }