Example #1
0
 public void AddAccount(BankAccount newAccount)
 {
     //newAccount = new BankAccount();
     accountList.Add(newAccount);
 }