public belRecepcao(string sLoteXml, X509Certificate2 cert, bel.NFes.tcLoteRps objLoteRpsAlter) { this.sLoteXml = sLoteXml; this.cert = cert; this.objLoteRpsAlter = objLoteRpsAlter; TransmitirLote(); }
public daoRecepcao(string sReciboProt, bel.NFes.tcLoteRps objLoteRpsAlter) { this.sReciboProt = sReciboProt; this.objLoteRpsAlter = objLoteRpsAlter; }
public void GravaRecibo(string sReciboProt, bel.NFes.tcLoteRps objLoteRpsAlter) { try { for (int i = 0; i < objLoteRpsAlter.Rps.Count; i++) { SalvaRecibo(sReciboProt, objLoteRpsAlter.Rps[i].InfRps.IdentificacaoRps.Nfseq); } } catch (Exception ex) { throw ex; } }