예제 #1
0
        public void excluir(Candidato candidato, object txtCpf)
        {
            CandidatoBLL candidatoBLL = new CandidatoBLL();

            //candidato.cpf = txtCpf.Text;

            candidatoBLL.excluir(candidato);

            MessageBox.Show("Pessoa Excluida !");
        }