Example #1
0
    public async Task <Turma> Criar(Turma turma)
    {
        var retorno = await _repo.Insert(turma);

        return(retorno);
    }