16171819202122
private Pessoa pessoa; private PessoaDAO pessoaDAO; public PessoaController() { this.pessoa = new Pessoa(); this.pessoaDAO = new PessoaDAO(); }