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