Example #1
0
 public ActionResult AdicionarPessoas(Pessoa d)
 {
     ps.Adicionar(d);
     return(View("ListPessoas", ps.Listar()));
 }