Example #1
0
 function apagar($conds)
 {
     return $this->getCrudManager()->delete(Cardapio::crudGetSource(), $conds);
 }