Пример #1
0
 private async Task <Aluno> AlunoUsuario()
 {
     return(await _alunoAppService.ConsultarAlunoPeloCpfAsync(User.Identity.Name));
 }