Exemplo n.º 1
0
 public void Debit(double amount, Account creditedAccount)
 {
     Debit(amount);
     creditedAccount.Credit(amount);
 }