예제 #1
0
 /**
  * @param int $iUserId
  * @param string $sGroupStrId
  * @return CGroup
  */
 public function GetGroupByStrId($iUserId, $sGroupStrId)
 {
     return $this->getGroupBySql($this->oCommandCreator->GetGroupByStrId($iUserId, $sGroupStrId));
 }