Esempio n. 1
0
 def get_by_id(self, id):
     return CommentData.get(id)
 def get_by_id(self, id):
     return CommentData.get(id)
Esempio n. 3
0
 def comment(self):
     return CommentData.get(self.id)
Esempio n. 4
0
 def comment(self):
     return CommentData.get(self.id)