Пример #1
0
 /**
  * @param int $userLicenceNum
  * @return bool
  */
 function UpdateAUsersByLicences($userLicenceNum)
 {
     return $this->_connector->Execute($this->_commandCreator->UpdateAUsersByLicences($userLicenceNum));
 }