Example #1
0
        /// <summary>
        /// Removes the "Test" user from the database
        /// </summary>
        private void RemoveTestUserData()
        {
            TestManager testMgr = new TestManager();

            testMgr.DeleteTestUser();
            testMgr = null;
        }