コード例 #1
0
ファイル: Reference.cs プロジェクト: GDuggi/DemoTest
 public System.Threading.Tasks.Task <WebServiceTester.ConfirmationsManagerService.GetConfirmationTemplatesResponse> getConfirmationTemplatesAsync(WebServiceTester.ConfirmationsManagerService.GetConfirmationTemplatesRequest getConfirmationTemplatesRequest)
 {
     return(base.Channel.getConfirmationTemplatesAsync(getConfirmationTemplatesRequest));
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: GDuggi/DemoTest
 public WebServiceTester.ConfirmationsManagerService.GetConfirmationTemplatesResponse getConfirmationTemplates(WebServiceTester.ConfirmationsManagerService.GetConfirmationTemplatesRequest getConfirmationTemplatesRequest)
 {
     return(base.Channel.getConfirmationTemplates(getConfirmationTemplatesRequest));
 }