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