Пример #1
0
        public ActionResult Price(string range)
        {
            IEnumerable <AllNotebooksVm> vm = service.GetAllNotebooksByPrice(range);

            return(View(vm));
        }