Ejemplo n.º 1
0
        protected bool BlockRecruiterAcount(int recId)
        {
            var dt = new DaoUser();

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