Beispiel #1
0
 def get_comments(self):
     comments = TicketComment.gets_by_ticketid(self.id)
     return comments
Beispiel #2
0
 def get_comments(self):
     comments = TicketComment.gets_by_ticketid(self.id)
     return comments