예제 #1
0
 private bool ValoresSaoCorrespondentes(Boleto boleto, RetornoBoleto retorno)
 {
     return boleto.Valor == retorno.Valor;
 }
예제 #2
0
 public void Adicionar(Boleto boleto)
 {
     boletos.Add(boleto);
 }