Exemplo n.º 1
0
 /**
  * @param int $iUserId
  * @param string $sName
  * @return CGroup
  */
 public function GetGroupByName($iUserId, $sName)
 {
     return $this->getGroupBySql($this->oCommandCreator->GetGroupByName($iUserId, $sName));
 }