Пример #1
0
 public System.Threading.Tasks.Task <Consultas.getStatusResponse> getStatusAsync(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     Consultas.getStatusRequest inValue = new Consultas.getStatusRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     return(((Consultas.billService)(this)).getStatusAsync(inValue));
 }
Пример #2
0
 System.Threading.Tasks.Task <Consultas.getStatusResponse> Consultas.billService.getStatusAsync(Consultas.getStatusRequest request)
 {
     return(base.Channel.getStatusAsync(request));
 }