Esempio n. 1
0
 public ActionResult SaveAuthor(AuthorEntity detail)
 {
     ManagerAuthor.SaveAuthor(detail);
     return(RedirectToAction("Index", "Author", null));
 }