Пример #1
0
 /**
  * @return bool
  */
 function UpdateContactStrId($contactId, $contactStrId)
 {
     return $this->_dbConnection->Execute($this->_commandCreator->UpdateContactStrId($contactId, $contactStrId));
 }