Esempio n. 1
0
        // 2.8) Get info and edit shopping cart

        // 2.9) Purchase

        // 3.1) Logout

        public bool UserLogout(string userName)
        {
            var result = UserLogic.UserLogout(userName);

            return(result);
        }