Ejemplo n.º 1
0
 internal WoocommerceApiDriver(string storeUrl, string consumerKey, string consumerSecret)
 {
     this.urlGenerator = new WoocommerceApiUrlGenerator(storeUrl, consumerKey, consumerSecret);
 }
Ejemplo n.º 2
0
 internal WoocommerceApiDriver(string storeUrl, string consumerKey, string consumerSecret)
 {
     this.urlGenerator = new WoocommerceApiUrlGenerator(storeUrl, consumerKey, consumerSecret);
 }