Пример #1
0
 public function project_denyJoinRequest($userId)
 {
     ProjectCommands::removeJoinRequest($this->_projectId, $userId);
 }