Beispiel #1
0
 public void Visit(Loan L)
 {
     Amount -= L.owed;
 }
Beispiel #2
0
 public void Visit(Loan L)
 {
     total -= L.owed;
 }