Beispiel #1
0
 public static void makeScenarioActive(int scenarioId)
 {
     ScenarioDatabaseUtils.makeScenarioActive(scenarioId, connection);
 }