コード例 #1
0
        public ActionResult Create()
        {
            var authors = new List <AuthorFullNameViewModel>();

            ViewBag.Authors = _bookService.GetAuthors();

            return(View());
        }