예제 #1
0
        protected bool UnlockAcount(int userId)
        {
            var dt = new DaoUser();

            return(dt.UnlockAnAcount(userId) > 0);
        }