Esempio n. 1
0
 def getThemeTitle(self, themeId):
     mongoService = MongoService()
     title = mongoService.getThemeTitle(themeId)
     return title
Esempio n. 2
0
 def getThemeTitle(self,themeId):
     mongoService=MongoService()
     title = mongoService.getThemeTitle(themeId)
     return title