Inheritance: YouScribeRequest, IProductCommentRequest
Esempio n. 1
0
        public IProductCommentRequest CreateProductCommentRequest()
        {
            var request = new ProductCommentRequest(this.clientFactory, _authorizeTokenProvider)
            {
                BaseUrl = this.BaseUrl
            };

            return(request);
        }
Esempio n. 2
0
 public IProductCommentRequest CreateProductCommentRequest()
 {
     var request = new ProductCommentRequest(this.clientFactory, _authorizeTokenProvider) { BaseUrl = this.BaseUrl };
     return request;
 }