Ejemplo n.º 1
0
 /** @inheritdoc */
 public function delete($where)
 {
     $result = $this->_repoGeneric->delete($this->_entityName, $where);
     return $result;
 }