Example #1
0
        public async Task <ActionResult> Index(string title = "")
        {
            IEnumerable <Book> res = await _service.SearchBK(title);


            return(PartialView("_commentpost", res));
        }