Beispiel #1
0
 /**
  * @param array $arrIds
  * @return bool
  */
 function UpdateGroupsFrequency($arrIds)
 {
     if (count($arrIds) > 0) {
         return $this->_dbConnection->Execute($this->_commandCreator->UpdateGroupsFrequency($arrIds));
     }
     return true;
 }