Ejemplo n.º 1
0
        public ActionResult Author(Author author)
        {
            AuthorManager manager = new AuthorManager();

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