Пример #1
0
 public ActionResult AdicionarTemp(Animes a)
 {
     AnimeDAO.AlterarAnime(a);
     return(RedirectToAction("Index", "Admin"));
 }