예제 #1
0
        public int ObterQtdeDeAlunos()
        {
            _alunoDao = new AlunoDao();
            Int32 qtde_Alunos = _alunoDao.ConsultarQtdeDeAlunos();

            return(qtde_Alunos);
        }