예제 #1
0
        public IQueryable <Comment> GetTop6()
        {
            var comments = CommentDAL.GetTop6();

            return(comments);
        }