Esempio n. 1
0
 public Customer()
 {
     CheckingAccount = new Account();
     SavingsAccount = new Account();
 }