Beispiel #1
0
 def WSSectionRemove(self, data):
     i = Section.delete(data['section_id'])
     json = to_json(i)
     return ['section-removed', json]
Beispiel #2
0
 def WSSectionRemove(self, data):
     i = Section.delete(data['section_id'])
     json = to_json(i)
     return ['section-removed', json];