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