Beispiel #1
0
 internal WoocommerceApiDriver(string storeUrl, string consumerKey, string consumerSecret)
 {
     this.urlGenerator = new WoocommerceApiUrlGenerator(storeUrl, consumerKey, consumerSecret);
 }
 internal WoocommerceApiDriver(string storeUrl, string consumerKey, string consumerSecret)
 {
     this.urlGenerator = new WoocommerceApiUrlGenerator(storeUrl, consumerKey, consumerSecret);
 }