Пример #1
0
        public ActionResult Rate()
        {
            PopsDB dbp = new PopsDB();

            ViewBag.pops = dbp.list();
            return(View());
        }