// GET api/values/5 public Aluno AutenticarAluno(AutenticarEntrada autenticar) { AlunoBLL alunoBll = new AlunoBLL(); return(AlunoBLL.Autenticar(autenticar)); }