Ejemplo n.º 1
0
        // GET: api/Employees
        public IEnumerable <Aluno> BuscarAlunos()
        {
            AlunoBLL alunoBll = new AlunoBLL();

            return(AlunoBLL.BuscarTodosAlunos());
        }