Example #1
0
 public ProductTagService(WooComerceApi apiInstance) : base(apiInstance)
 {
 }
Example #2
0
 protected WooCommerceFactory(WooComerceApi apiInstance)
 {
     BaseUrl     = apiInstance.Endpoint;
     ApiInstance = apiInstance;
 }
Example #3
0
 public ProductCategoryService(WooComerceApi apiInstance) : base(apiInstance)
 {
 }