示例#1
0
        public static bool Remove(int id)
        {
            int res = ArticleDao.Remove(id);

            return(res > 0);
        }