public System.Threading.Tasks.Task <PruebaSoap.WS.getStatusCdrResponse> getStatusCdrAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante) { PruebaSoap.WS.getStatusCdrRequest inValue = new PruebaSoap.WS.getStatusCdrRequest(); inValue.rucComprobante = rucComprobante; inValue.tipoComprobante = tipoComprobante; inValue.serieComprobante = serieComprobante; inValue.numeroComprobante = numeroComprobante; return(((PruebaSoap.WS.billService)(this)).getStatusCdrAsync(inValue)); }
public PruebaSoap.WS.statusResponse getStatusCdr(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante) { PruebaSoap.WS.getStatusCdrRequest inValue = new PruebaSoap.WS.getStatusCdrRequest(); inValue.rucComprobante = rucComprobante; inValue.tipoComprobante = tipoComprobante; inValue.serieComprobante = serieComprobante; inValue.numeroComprobante = numeroComprobante; PruebaSoap.WS.getStatusCdrResponse retVal = ((PruebaSoap.WS.billService)(this)).getStatusCdr(inValue); return(retVal.statusCdr); }
System.Threading.Tasks.Task <PruebaSoap.WS.getStatusCdrResponse> PruebaSoap.WS.billService.getStatusCdrAsync(PruebaSoap.WS.getStatusCdrRequest request) { return(base.Channel.getStatusCdrAsync(request)); }
PruebaSoap.WS.getStatusCdrResponse PruebaSoap.WS.billService.getStatusCdr(PruebaSoap.WS.getStatusCdrRequest request) { return(base.Channel.getStatusCdr(request)); }