예제 #1
0
 public static Utilisateur rechercheParId(int id) throws Exception {
   try {
     return UtilisateurDAO.rechercheParId(id);
   } catch (Exception e) {
     throw new Exception(e);
   }
 }