public ShopifyWebhook(IShopifyClient client)
 {
     this.client = client;
 }
示例#2
0
 public ShopifyWebhook(IShopifyClient client)
 {
     this.client = client;
 }
 public ShopifyScriptTag(IShopifyClient client)
 {
     this.client = client;
 }
示例#4
0
 public ShopifyScriptTag(IShopifyClient client)
 {
     this.client = client;
 }