예제 #1
0
        public ActionResult Brand(string brand)
        {
            IEnumerable <AllNotebooksVm> vm = service.GetAllNotebooksByBrand(brand);

            return(View(vm));
        }