Esempio n. 1
0
        public ActionResult Comments(News news)
        {
            var model = _db.GetComments(news);

            return(View(model));
        }