def put(self, user_id, income_id):
     MEIParentService.do_put(self, [user_id, income_id])
 def put(self, user_id, answer_id):
     MEIParentService.do_put(self, [user_id, answer_id])
 def put(self, user_id, answer_id):
     helper = AnswerHelper(self)
     helper.put_bitch()
     MEIParentService.do_put(self, [user_id, answer_id])