Ajout exeptions a changer pour voir si le program.cs buil dsur drone
continuous-integration/drone/push Build is failing Details

pull/19/head
Liam MONCHANIN 2 years ago
parent 5c8b68b4ac
commit 90c24358fd

@ -12,22 +12,22 @@ namespace Notus_Persistance
{ {
public static void SaveDatabaseData(Database database) public static void SaveDatabaseData(Database database)
{ {
throw new NotImplementedException();
} }
public static Database LoadDatabaseData() public static Database LoadDatabaseData()
{ {
throw new NotImplementedException();
} }
public static void SaveUserData(User user) public static void SaveUserData(User user)
{ {
throw new NotImplementedException();
} }
public static User LoadUserData() public static User LoadUserData()
{ {
throw new NotImplementedException();
} }
} }
} }

@ -17,22 +17,22 @@ namespace Notus_Persistance
public static void SaveDatabaseData(Database database) public static void SaveDatabaseData(Database database)
{ {
throw new NotImplementedException();
} }
public static Database LoadDatabaseData() public static Database LoadDatabaseData()
{ {
throw new NotImplementedException();
} }
public static void SaveUserData(User user) public static void SaveUserData(User user)
{ {
throw new NotImplementedException();
} }
public static User LoadUserData() public static User LoadUserData()
{ {
throw new NotImplementedException();
} }
} }
} }

Loading…
Cancel
Save