예제 #1
0
파일: Comum.py 프로젝트: rfunix/WebBotCogum
 def getCountProduto(self, nome):
     e = EmpresaDAO()
     return int(e.getQtdeEmpresa(nome))