Пример #1
0
 def post_count(self, value):
     return Count.board_post_count(self.id, value)
Пример #2
0
 def post_count(self, value):
     return Count.board_post_count(self.id, value)
Пример #3
0
 def post_count(self):
     return Count.board_post_count(self.id)
Пример #4
0
 def post_count(self):
     return Count.board_post_count(self.id)