Пример #1
0
        public ActionResult Index()
        {
            var votes = Vote.All();

            return(View(votes));
        }