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