Esempio n. 1
0
 public Bank(int accountID)
 {
     AccountID = accountID;
     UI        = new FrontEnd();
 }
Esempio n. 2
0
 public Portal()
 {
     Accounts = new Dictionary <string, Account>();
     UI       = new FrontEnd();
 }