Example #1
0
  public static List<Utilisateur> importerListeStagaire() throws Exception {

    try {
      return UtilisateurDAO.importerListeStagiaire();
    } catch (Exception e) {
      throw new Exception(e);
    }
  }