コード例 #1
0
 public function removeMeeting(\Entities\Meeting $meetings)
 {
     $this->__load();
     return parent::removeMeeting($meetings);
 }