Esempio n. 1
0
 public System.Threading.Tasks.Task <Consultas.getStatusCdrResponse> getStatusCdrAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     Consultas.getStatusCdrRequest inValue = new Consultas.getStatusCdrRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     return(((Consultas.billService)(this)).getStatusCdrAsync(inValue));
 }
Esempio n. 2
0
 System.Threading.Tasks.Task <Consultas.getStatusCdrResponse> Consultas.billService.getStatusCdrAsync(Consultas.getStatusCdrRequest request)
 {
     return(base.Channel.getStatusCdrAsync(request));
 }