Beispiel #1
0
 /**
  * @param AddressGroup $group
  * @return bool
  */
 function UpdateGroupStrId($groupId, $groupStrId)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateGroupStrId($groupId, $groupStrId));
 }