コード例 #1
0
ファイル: HomeController.cs プロジェクト: apk2134/mytest
        public ActionResult Author(Author author)
        {
            AuthorManager manager = new AuthorManager();

            manager.CreateAuthor(author);
            return(View());
        }