Exemplo n.º 1
0
        public void registUser(string number, string userName, string password)
        {
            string pwd = Common.Utility.Encrypt(password);

            user.registUser(number, userName, pwd);
        }