Example #1
0
 public void DeductServiceFee(BankAccount account)
 {
     account.DeductServiceFee();
 }