コード例 #1
0
 def delete(self, user_id, answer_id):
     MEIParentService.do_delete(self, [user_id, answer_id])
コード例 #2
0
 def put(self, user_id, answer_id):
     MEIParentService.do_put(self, [user_id, answer_id])
コード例 #3
0
 def delete(self, user_id, income_id):
     MEIParentService.do_delete(self, [user_id, income_id])
コード例 #4
0
 def put(self, user_id, income_id):
     MEIParentService.do_put(self, [user_id, income_id])
コード例 #5
0
 def put(self, user_id, answer_id):
     helper = AnswerHelper(self)
     helper.put_bitch()
     MEIParentService.do_put(self, [user_id, answer_id])
コード例 #6
0
 def post(self, user_id, answer_id):
     helper = AnswerHelper(self)
     helper.post_client_question()
     MEIParentService.do_post(self, [user_id, answer_id])