Esempio n. 1
0
 public static bool CreateServeur(Serveur config)
 {
     try
     {
         return(LiaisonDAO.CreateServeur(config));
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }