Ejemplo n.º 1
0
  public InitMyBDD(DataManager dataManager) {

    this.dataManager = dataManager;
    if (dataManager.getQuestionsByTheme("JEE") == null) {
      populateTableJoueur();
      populateTableQuestion();
      populateTableChoix();
    }
  }