Пример #1
0
 public static bool CreateUsers(Users config)
 {
     try
     {
         return(UsersDAO.CreateUsers(config));
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }