Ejemplo n.º 1
0
 def WSSectionGetall(self, data):
     root = Section.getAll()
     j = to_json(sections)
     return ['section-list', j]
Ejemplo n.º 2
0
 def WSSectionGetall(self, data):
     root = Section.getAll()
     j = to_json(sections)
     return ['section-list', j]