Ejemplo n.º 1
0
 /**
  * @param int $iIdentityId
  * @return bool
  */
 public function DeleteIdentity($iIdentityId)
 {
     return $this->oConnection->Execute($this->oCommandCreator->DeleteIdentity($iIdentityId));
 }