예제 #1
0
        public ActionResult Search(string term)
        {
            var result = bookRepository.Search(term);

            return(View("Index", result));
        }
예제 #2
0
        public ActionResult Search(string term)
        {
            var result = autherReposetory.Search(term);

            return(View("Index", result));
        }