コード例 #1
0
ファイル: Reference.cs プロジェクト: ycysvler/DataImport
 public string getTechDocumentInfo(string taskId)
 {
     DataImport.BLL.TdmWsService.getTechDocumentInfo inValue = new DataImport.BLL.TdmWsService.getTechDocumentInfo();
     inValue.Body        = new DataImport.BLL.TdmWsService.getTechDocumentInfoBody();
     inValue.Body.taskId = taskId;
     DataImport.BLL.TdmWsService.getTechDocumentInfoResponse retVal = ((DataImport.BLL.TdmWsService.TdmWsService)(this)).getTechDocumentInfo(inValue);
     return(retVal.Body.@return);
 }
コード例 #2
0
ファイル: Reference.cs プロジェクト: ycysvler/DataImport
 DataImport.BLL.TdmWsService.getTechDocumentInfoResponse DataImport.BLL.TdmWsService.TdmWsService.getTechDocumentInfo(DataImport.BLL.TdmWsService.getTechDocumentInfo request)
 {
     return(base.Channel.getTechDocumentInfo(request));
 }