示例#1
0
 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));
 }
示例#2
0
 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);
 }
示例#3
0
 System.Threading.Tasks.Task <PruebaSoap.WS.getStatusCdrResponse> PruebaSoap.WS.billService.getStatusCdrAsync(PruebaSoap.WS.getStatusCdrRequest request)
 {
     return(base.Channel.getStatusCdrAsync(request));
 }
示例#4
0
 PruebaSoap.WS.getStatusCdrResponse PruebaSoap.WS.billService.getStatusCdr(PruebaSoap.WS.getStatusCdrRequest request)
 {
     return(base.Channel.getStatusCdr(request));
 }