Exemplo n.º 1
0
        protected bool BlockAcount(int userId)
        {
            var dt = new DaoUser();

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