Exemplo n.º 1
0
        public EleitorDTO Consultar(string n)
        {
            EleitorDatabase db = new EleitorDatabase();

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

            db.CadastrarEleitor(dto);
        }