Esempio n. 1
0
        // 2.3) Register

        public bool Register(string userName, string userPassword)
        {
            var result = UserLogic.Register(userName, userPassword);

            return(result);
        }