Esempio n. 1
0
 /**
  * This method will update the provided entity into the database.
  * 
  * @param object $oEntity
  */
 public function update($oEntity)
 {
     $this->oUnitOfWork->registerDirty($oEntity);
 }