コード例 #1
0
 public function removeSessoes(\Entity\Sessao $fkSessao)
 {
     $this->__load();
     return parent::removeSessoes($fkSessao);
 }