예제 #1
0
 def get_data(self, topic_id):
     topic_repository = TopicRepository()
     result = None
     with topic_repository:
         result = topic_repository.get_data(topic_id)
     return result
예제 #2
0
 def get_data(self,topic_id):
     topic_repository = TopicRepository()
     result = None
     with topic_repository:
         result = topic_repository.get_data(topic_id)
     return result