Ejemplo n.º 1
0
 public IEnumerable <Turma> GetTurmas(int id)
 {
     return(_service.ListarTurmasEscola(id));
 }