コード例 #1
0
 public static Configuration getReturnConfiguration()
 {
     try
     {
         return(ConfigurationDAO.getReturnConfiguration());
     }
     catch (Exception ex)
     {
         throw new Exception("Impossible de retourner le fichier", ex);
     }
 }