Exemple #1
0
 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);
 }
Exemple #2
0
 DataImport.BLL.TdmWsService.getTechDocumentInfoResponse DataImport.BLL.TdmWsService.TdmWsService.getTechDocumentInfo(DataImport.BLL.TdmWsService.getTechDocumentInfo request)
 {
     return(base.Channel.getTechDocumentInfo(request));
 }