예제 #1
0
 def get():
     laboratorio = REP_Session.query(Laboratorio).all()
     return laboratorio
예제 #2
0
 def get():
     municipio = REP_Session.query(Municipio).all()
     return municipio
예제 #3
0
 def get():
     classificacao = REP_Session.query(Classificacao).all()
     return classificacao
예제 #4
0
 def get():
     macrorregional = REP_Session.query(Macrorregional).all()
     return macrorregional
예제 #5
0
 def get():
     regional = REP_Session.query(Regional).all()
     return regional
예제 #6
0
 def get():
     regmun = REP_Session.query(RegionalMunicipio).all()
     return regmun
예제 #7
0
 def get():
     regmacro = REP_Session.query(RegionalMacro).all()
     return regmacro
예제 #8
0
 def get():
     versao = REP_Session.query(Versao).all()
     return versao