Exemple #1
0
        void CheckEmployeePassWord()
        {
            UI.DisplayEmployeeComfirmation();

            if (management.CheckPreviousUserName(UI.GetUserInput()) == false)
            {
                CheckIfEmployee();
            }
            else
            {
                statusLevel = "Employee";
                isEmployee  = true;
            }
        }