Esempio n. 1
0
 def getListArticlesSum(self, type):
     mark = common.getMark()
     mongoService = MongoService()
     sum = mongoService.getListArticlesSum(type, mark)
     return sum
Esempio n. 2
0
 def getListArticlesSum(self, type):
     mark = common.getMark()
     mongoService=MongoService()
     sum = mongoService.getListArticlesSum(type, mark)
     return sum