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