Пример #1
0
        //
        // GET: /Comments/

        public ActionResult Index()
        {
            return(View(CommentsModel.GetComments()));
        }