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