Exemple #1
0
 def __init__(self, curso_key):
     super(PesquisarMatriculasDeCursoCmd, self).__init__()
     self.__query = Matricula.query_matriculas_de_curso(curso_key)
     self.__future = None