IVendrApi
public interface IVendrApi : ICountryService, ICurrencyService, IDiscountService,
IEmailTemplateService, IGiftCardService, IOrderService, IOrderStatusService,
IPaymentMethodService, IProductService, ISessionManager, IShippingMethodService, IStoreService,
ITaxService
Inheritance
- interface ICountryService
- interface ICurrencyService
- interface IDiscountService
- interface IEmailTemplateService
- interface IGiftCardService
- interface IOrderService
- interface IOrderStatusService
- interface IPaymentMethodService
- interface IProductService
- interface ISessionManager
- interface IShippingMethodService
- interface IStoreService
- interface ITaxService
Namespace
Properties
Log
public ILogger Log { get; }
Uow
public IUnitOfWorkProvider Uow { get; }