Exemplo n.º 1
0
 public function del(Cotisation $cotisation)
 {
     $sql = "delete from t_adherent_cotisation where cot_id=?";
     $this->getDb()->executeQuery($sql, array($cotisation->getId()));
 }