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