public async Task <IActionResult> AddTurma(int id, string turmaId) { await _alunoRepository.AddNaTurma(id, turmaId); return(Ok()); }