Ejemplo n.º 1
0
 public void addAccount(AccountTypeEnum_T accountType)
 {
 }
Ejemplo n.º 2
0
 public void addAccount(AccountTypeEnum_T accountType)
 {
     //Use linked list of accounts to manage all of the accounts
     //creating an account will be a seperate function and will add more to this function
     //moneyHubAccounts.AddLast();
 }