Пример #1
0
        /// <summary>
        /// 根据ID得到新闻评论
        /// </summary>
        /// <param name="id"></param>
        /// <returns></returns>
        public Comments GetNewsComById(int?id)
        {
            Comments NnewsCom = iComments.GetNewsComById(id);

            return(NnewsCom);
        }