コード例 #1
0
 public override void FormataLinhaDigitavel(Boleto boleto)
 {
     try
     {
         _IBanco.FormataLinhaDigitavel(boleto);
     }
     catch (Exception ex)
     {
         throw new Exception("Erro durante a formatação da linha digitável.", ex);
     }
 }