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

            return(dt.UnlockAnRecruterAcount(recId) > 0);
        }