예제 #1
0
 /**
  * @param CContact $oContact
  * @param int $iUserId
  * @return string
  */
 public function UpdateContactUserId($oContact, $iUserId)
 {
     if ($this->oConnection->Execute($this->oCommandCreator->UpdateContactUserId($oContact, $iUserId))) {
         return true;
     }
     return false;
 }