def post(self, user_id, income_id):
     MEIParentService.do_post(self, [user_id, income_id])
 def post(self, user_id, answer_id):
     MEIParentService.do_post(self, [user_id, answer_id])
 def post(self, user_id, answer_id):
     helper = AnswerHelper(self)
     helper.post_client_question()
     MEIParentService.do_post(self, [user_id, answer_id])