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