From 8a92b3aad6f121f401f535f9ede0cf6547658221 Mon Sep 17 00:00:00 2001 From: "matheo.thierry" Date: Sat, 20 May 2023 08:54:10 +0200 Subject: [PATCH] =?UTF-8?q?r=C3=A9glage=20des=20probl=C3=A8mes=20v=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notus/Notus_Persistence/Manager.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 notus/Notus_Persistence/Manager.cs diff --git a/notus/Notus_Persistence/Manager.cs b/notus/Notus_Persistence/Manager.cs deleted file mode 100644 index 291cf69..0000000 --- a/notus/Notus_Persistence/Manager.cs +++ /dev/null @@ -1,14 +0,0 @@ -using Biblioteque_de_Class; -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Notus_Persistance -{ - public class Manager : PersistenceManager - { - PersistenceManager pers { get; set; } - } -}