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