コード例 #1
0
ファイル: Bank.cs プロジェクト: aksnell/suncoast-bank
 public Bank(int accountID)
 {
     AccountID = accountID;
     UI        = new FrontEnd();
 }
コード例 #2
0
 public Portal()
 {
     Accounts = new Dictionary <string, Account>();
     UI       = new FrontEnd();
 }