Exemple #1
0
        public EleitorDTO Consultar(string n)
        {
            EleitorDatabase db = new EleitorDatabase();

            return(db.Consultar(n));
        }
Exemple #2
0
        public void CadastrarEleitor(EleitorDTO dto)
        {
            EleitorDatabase db = new EleitorDatabase();

            db.CadastrarEleitor(dto);
        }