Exemplo n.º 1
0
 public async Task <int> CadastraAlunoAsync(IAluno aluno)
 {
     return(await alunoRepository.CadastraAlunoAsync(aluno));
 }