public ActionResult Search(string term) { var result = bookRepository.Search(term); return(View("Index", result)); }
public ActionResult Search(string term) { var result = autherReposetory.Search(term); return(View("Index", result)); }