Exemplo n.º 1
0
 def topic_count(self, value):
     return Count.board_topic_count(self.id, value)
Exemplo n.º 2
0
 def topic_count(self, value):
     return Count.board_topic_count(self.id, value)
Exemplo n.º 3
0
 def topic_count(self):
     # return self.topics.count()
     return Count.board_topic_count(self.id)
Exemplo n.º 4
0
 def topic_count(self):
     # return self.topics.count()
     return Count.board_topic_count(self.id)