Пример #1
0
        // GET: Description Index
        public ActionResult Index()
        {
            var service = new DescriptionService();
            var model   = service.GetDescriptions();

            return(View(model));
        }