Exemplo n.º 1
0
        // GET api/values/5
        public Aluno AutenticarAluno(AutenticarEntrada autenticar)
        {
            AlunoBLL alunoBll = new AlunoBLL();

            return(AlunoBLL.Autenticar(autenticar));
        }