Ejemplo n.º 1
0
        public int TestPassword(string password)
        {
            string encPassword = AccountsPrincipal.EncryptPassword(password);

            SM.YuQing.BLL.Person bll = new BLL.Person();
            return(bll.TestPassword(this.FID, encPassword));
        }