public void UploadDocument(ref Ben.Demo.UnitTest.BizArticleService.BizArticles BizArticles) { Ben.Demo.UnitTest.BizArticleService.UploadDocumentRequest inValue = new Ben.Demo.UnitTest.BizArticleService.UploadDocumentRequest(); inValue.BizArticles = BizArticles; Ben.Demo.UnitTest.BizArticleService.UploadDocumentResponse retVal = ((Ben.Demo.UnitTest.BizArticleService.ArticleService)(this)).UploadDocument(inValue); BizArticles = retVal.BizArticles; }
public System.Threading.Tasks.Task <Ben.Demo.UnitTest.BizArticleService.UploadDocumentResponse> UploadDocumentAsync(Ben.Demo.UnitTest.BizArticleService.UploadDocumentRequest request) { return(base.Channel.UploadDocumentAsync(request)); }
Ben.Demo.UnitTest.BizArticleService.UploadDocumentResponse Ben.Demo.UnitTest.BizArticleService.ArticleService.UploadDocument(Ben.Demo.UnitTest.BizArticleService.UploadDocumentRequest request) { return(base.Channel.UploadDocument(request)); }