示例#1
0
 public System.Threading.Tasks.Task <SystemInterface.DanskeBankEdiService.downloadFileListResponse1> downloadFileListAsync(SystemInterface.DanskeBankEdiService.DownloadFileListRequest downloadFileListin)
 {
     SystemInterface.DanskeBankEdiService.downloadFileListRequest1 inValue = new SystemInterface.DanskeBankEdiService.downloadFileListRequest1();
     inValue.downloadFileListin = downloadFileListin;
     return(((SystemInterface.DanskeBankEdiService.CorporateFileServicePortType)(this)).downloadFileListAsync(inValue));
 }
示例#2
0
 public downloadFileListRequest1(SystemInterface.DanskeBankEdiService.DownloadFileListRequest downloadFileListin)
 {
     this.downloadFileListin = downloadFileListin;
 }
示例#3
0
 public SystemInterface.DanskeBankEdiService.DownloadFileListResponse downloadFileList(SystemInterface.DanskeBankEdiService.DownloadFileListRequest downloadFileListin)
 {
     SystemInterface.DanskeBankEdiService.downloadFileListRequest1 inValue = new SystemInterface.DanskeBankEdiService.downloadFileListRequest1();
     inValue.downloadFileListin = downloadFileListin;
     SystemInterface.DanskeBankEdiService.downloadFileListResponse1 retVal = ((SystemInterface.DanskeBankEdiService.CorporateFileServicePortType)(this)).downloadFileList(inValue);
     return(retVal.downloadFileListout);
 }