Ejemplo n.º 1
0
 public function project_acceptJoinRequest($userId, $role)
 {
     UserCommands::acceptJoinRequest($this->projectId, $userId, $this->website, $role);
     ProjectCommands::removeJoinRequest($this->projectId, $userId);
 }