Esempio n. 1
0
 public void Excluir(int id)
 {
     Filme.Excluir(id);
     Response.Redirect("/filmes");
 }