コード例 #1
0
ファイル: ManageZona.php プロジェクト: jcfuentes102/ZOO
 function erase(Zona $zona)
 {
     return $this->delete($zona->getID());
 }