Beispiel #1
0
 public System.Threading.Tasks.Task <INT.CARCOOL.wsCarCool.datosRCEResponse> datosRCEAsync(string ManifestNumber, string ManifestYear)
 {
     INT.CARCOOL.wsCarCool.datosRCERequest inValue = new INT.CARCOOL.wsCarCool.datosRCERequest();
     inValue.Body = new INT.CARCOOL.wsCarCool.datosRCERequestBody();
     inValue.Body.ManifestNumber = ManifestNumber;
     inValue.Body.ManifestYear   = ManifestYear;
     return(((INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap)(this)).datosRCEAsync(inValue));
 }
Beispiel #2
0
 public string datosRCE(string ManifestNumber, string ManifestYear)
 {
     INT.CARCOOL.wsCarCool.datosRCERequest inValue = new INT.CARCOOL.wsCarCool.datosRCERequest();
     inValue.Body = new INT.CARCOOL.wsCarCool.datosRCERequestBody();
     inValue.Body.ManifestNumber = ManifestNumber;
     inValue.Body.ManifestYear   = ManifestYear;
     INT.CARCOOL.wsCarCool.datosRCEResponse retVal = ((INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap)(this)).datosRCE(inValue);
     return(retVal.Body.datosRCEResult);
 }
Beispiel #3
0
 System.Threading.Tasks.Task <INT.CARCOOL.wsCarCool.datosRCEResponse> INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap.datosRCEAsync(INT.CARCOOL.wsCarCool.datosRCERequest request)
 {
     return(base.Channel.datosRCEAsync(request));
 }
Beispiel #4
0
 INT.CARCOOL.wsCarCool.datosRCEResponse INT.CARCOOL.wsCarCool.depositosVaciosMovContSoap.datosRCE(INT.CARCOOL.wsCarCool.datosRCERequest request)
 {
     return(base.Channel.datosRCE(request));
 }