Exemplo n.º 1
0
 /**
  * @param int $iUserId
  * @param string $sEmail
  * @return CContact | bool
  */
 public function GetContactByEmail($iUserId, $sEmail)
 {
     return $this->getContactBySql($this->oCommandCreator->GetContactByEmail($iUserId, $sEmail), $iUserId);
 }