Esempio n. 1
0
 public ActionResult ApagarPessoas(int id)
 {
     ps.Apagar(id);
     return(View("ListPessoas", ps.Listar()));
 }