Пример #1
0
 public CdrFacturaPrueba.ServiceReference1.statusResponse getStatusCdr(string rucComprobante, string tipoComprobante, string serieComprobante, int numeroComprobante)
 {
     CdrFacturaPrueba.ServiceReference1.getStatusCdrRequest inValue = new CdrFacturaPrueba.ServiceReference1.getStatusCdrRequest();
     inValue.rucComprobante    = rucComprobante;
     inValue.tipoComprobante   = tipoComprobante;
     inValue.serieComprobante  = serieComprobante;
     inValue.numeroComprobante = numeroComprobante;
     CdrFacturaPrueba.ServiceReference1.getStatusCdrResponse retVal = ((CdrFacturaPrueba.ServiceReference1.billService)(this)).getStatusCdr(inValue);
     return(retVal.statusCdr);
 }
Пример #2
0
 public CdrFacturaPrueba.ServiceReference1.statusResponse EndgetStatusCdr(System.IAsyncResult result)
 {
     CdrFacturaPrueba.ServiceReference1.getStatusCdrResponse retVal = ((CdrFacturaPrueba.ServiceReference1.billService)(this)).EndgetStatusCdr(result);
     return(retVal.statusCdr);
 }