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; } - } -}