Exemple #1
0
 public static Dictionnaire One(long id)
 {
     try
     {
         return(DictionnaireDao.getOneDictionnaire(id));
     }
     catch (Exception ex)
     {
         throw new Exception("Impossible d'atteindre l'enregistrement", ex);
     }
 }