/// <summary> /// Select blogs' comment count by blog id /// </summary> /// <param name="id">Blog id</param> /// <returns></returns> public DataTable SelectCommentCountByBlog(string id) { return(blogdao.SelectCommentCountByBlog(id)); }