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