Esempio n. 1
0
 public static bool UpdateServeur()
 {
     try
     {
         return(ServeurDao.getUpdateServeur(config));
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }
Esempio n. 2
0
 public static Serveur ReturnServeur()
 {
     try
     {
         return(ServeurDao.getReturnServeur());
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }