feat(account): add deletion lifecycle
This commit is contained in:
@@ -199,7 +199,8 @@ public sealed class AccountDataExportTests
|
||||
.Options;
|
||||
var db = new JobTrackerContext(options, currentUser.Object);
|
||||
db.Database.EnsureCreated();
|
||||
return (db, paths, new AccountDataExportService(db, paths, new AttachmentStorage(paths), TimeProvider.System));
|
||||
var inventory = new AccountOwnedFileInventory(db, paths, new AttachmentStorage(paths));
|
||||
return (db, paths, new AccountDataExportService(db, paths, inventory, TimeProvider.System));
|
||||
}
|
||||
|
||||
private static string ReadText(ZipArchiveEntry entry)
|
||||
|
||||
Reference in New Issue
Block a user