コード例 #1
0
ファイル: Reference.cs プロジェクト: GDuggi/DemoTest
 public System.Threading.Tasks.Task <WebServiceTester.GetDocumentService.GetConfirmationResponse> getConfirmationAsync(WebServiceTester.GetDocumentService.GetConfirmationRequest getConfirmationRequest)
 {
     return(base.Channel.getConfirmationAsync(getConfirmationRequest));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: GDuggi/DemoTest
 public WebServiceTester.GetDocumentService.GetConfirmationResponse getConfirmation(WebServiceTester.GetDocumentService.GetConfirmationRequest getConfirmationRequest)
 {
     return(base.Channel.getConfirmation(getConfirmationRequest));
 }