Ejemplo n.º 1
0
 public function addMeeting(\Entities\Meeting $meetings)
 {
     $this->__load();
     return parent::addMeeting($meetings);
 }