示例#1
0
 def getCountProduto(self, nome):
     e = EmpresaDAO()
     return int(e.getQtdeEmpresa(nome))