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