示例#1
0
        internal void Delete(int id)
        {
            PessoaDA pessoaDA = new PessoaDA();

            pessoaDA.Delete(id);
        }