Пример #1
0
 public string GetVehAttestByRID(string strINGATENO, string cryptogram, out System.Data.DataSet ds)
 {
     M_hmw.ConsignVehicleReport.GetVehAttestByRIDRequest inValue = new M_hmw.ConsignVehicleReport.GetVehAttestByRIDRequest();
     inValue.strINGATENO = strINGATENO;
     inValue.cryptogram  = cryptogram;
     M_hmw.ConsignVehicleReport.GetVehAttestByRIDResponse retVal = ((M_hmw.ConsignVehicleReport.IExter)(this)).GetVehAttestByRID(inValue);
     ds = retVal.ds;
     return(retVal.GetVehAttestByRIDResult);
 }
Пример #2
0
 M_hmw.ConsignVehicleReport.GetVehAttestByRIDResponse M_hmw.ConsignVehicleReport.IExter.GetVehAttestByRID(M_hmw.ConsignVehicleReport.GetVehAttestByRIDRequest request)
 {
     return(base.Channel.GetVehAttestByRID(request));
 }
Пример #3
0
 public System.Threading.Tasks.Task <M_hmw.ConsignVehicleReport.GetVehAttestByRIDResponse> GetVehAttestByRIDAsync(M_hmw.ConsignVehicleReport.GetVehAttestByRIDRequest request)
 {
     return(base.Channel.GetVehAttestByRIDAsync(request));
 }