示例#1
0
        public ActionResult Index()
        {
            var resp = client.AllBooks();

            return(View(resp.books));
        }