Ejemplo n.º 1
0
 public override string GerarDetalheSegmentoARemessa(Boleto boleto, int numeroRegistro)
 {
     try
     {
         return(_IBanco.GerarDetalheSegmentoARemessa(boleto, numeroRegistro));
     }
     catch (Exception ex)
     {
         throw new Exception("Erro durante a geração dos registros de DETALHE do arquivo de REMESSA. " + ex.Message, ex);
     }
 }