コード例 #1
0
        // GET: Authors
        public ActionResult Index()
        {
            LibraryClient lc = new LibraryClient();

            ViewBag.listAuthors = lc.GetAllAuthors();
            return(View());
        }