Example #1
0
 public void DownloadDocument(ref Ben.Demo.UnitTest.BizArticleService.BizArticles BizArticles)
 {
     Ben.Demo.UnitTest.BizArticleService.DownloadDocumentRequest inValue = new Ben.Demo.UnitTest.BizArticleService.DownloadDocumentRequest();
     inValue.BizArticles = BizArticles;
     Ben.Demo.UnitTest.BizArticleService.DownloadDocumentResponse retVal = ((Ben.Demo.UnitTest.BizArticleService.ArticleService)(this)).DownloadDocument(inValue);
     BizArticles = retVal.BizArticles;
 }
Example #2
0
 public System.Threading.Tasks.Task <Ben.Demo.UnitTest.BizArticleService.DownloadDocumentResponse> DownloadDocumentAsync(Ben.Demo.UnitTest.BizArticleService.DownloadDocumentRequest request)
 {
     return(base.Channel.DownloadDocumentAsync(request));
 }
Example #3
0
 Ben.Demo.UnitTest.BizArticleService.DownloadDocumentResponse Ben.Demo.UnitTest.BizArticleService.ArticleService.DownloadDocument(Ben.Demo.UnitTest.BizArticleService.DownloadDocumentRequest request)
 {
     return(base.Channel.DownloadDocument(request));
 }