Ejemplo n.º 1
0
 public bool getCreateConfiguration()
 {
     try
     {
         return(ConfigurationDAO.getCreateConfiguration(uneConfig));
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }