Beispiel #1
0
    public void GetAccounts(int customerID, string customerName)
    {
        AccountInfo accountOBJ = new AccountInfo();

        Console.WriteLine("Which Account Would You Like to View?");

        accountOBJ.AccountSelectLauncher(customerID, customerName);


        Menu(customerName, customerID);
    }