コード例 #1
0
ファイル: Comum.py プロジェクト: rfunix/WebBotCogum
 def getCountProduto(self, nome):
     e = EmpresaDAO()
     return int(e.getQtdeEmpresa(nome))