This commit is contained in:
2025-08-06 12:31:52 +02:00
parent c003c29d83
commit c93b0c9bec
18 changed files with 249 additions and 18 deletions

View File

@@ -32,6 +32,11 @@ public class ManageDataService : IManageDataService
throw new NotImplementedException();
}
public Task InsertOrUpdate<T>(List<T> listToSave)
{
throw new NotImplementedException();
}
public Task Delete<T>(T objectToDelete)
{
throw new NotImplementedException();