Пример #1
0
        public ActionResult All()
        {
            IEnumerable <AllNotebooksVm> vm = service.GetAllNotebooks();

            return(View(vm));
        }