Пример #1
0
        // GET: Admin/Service
        public ActionResult Index()
        {
            var model = crud.GetAll();

            return(View(model));
        }