Exemplo n.º 1
0
 public void Visit(Loan L)
 {
     Amount -= L.owed;
 }
Exemplo n.º 2
0
 public void Visit(Loan L)
 {
     total -= L.owed;
 }