예제 #1
0
 /**
  * @param int $iTenantId
  *
  * @return bool
  */
 public function DeleteTenantSubscriptions($iTenantId)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->DeleteTenantSubscriptions($iTenantId));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }