Ejemplo n.º 1
0
        public ActionResult Search(string term)
        {
            var result = bookRepository.Search(term);

            return(View("Index", result));
        }
Ejemplo n.º 2
0
        public ActionResult Search(string term)
        {
            var result = autherReposetory.Search(term);

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