Exemple #1
0
        public List <AlunoDTO> obterAlunosPorMateria(MateriaDTO objMateriaDTO)
        {
            MateriaDAO objMateriaDAO = new MateriaDAO();

            return(objMateriaDAO.consultarAlunosporMateria(objMateriaDTO));
        }