Esempio n. 1
0
 //add money to cash of account to which card is attached
 public void AddMoney(decimal money)
 {
     myAccount.AddToCash(money);
 }