コード例 #1
0
 public function getMeetingDecisions($meeting_id)
 {
     return $this->model->ForMeeting($meeting_id)->get();
 }