Exemplo n.º 1
0
        public IActionResult Altera(Post post)
        {
            postDAO.Altera(post);

            postDAO.Lista();

            return(RedirectToAction("Index"));
        }