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