feature: saved exports
initial - not feature complete
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
using Disco.Data.Repository;
|
||||
using Disco.Models.Services.Exporting;
|
||||
using Disco.Models.Services.Interop.DiscoServices;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
|
||||
namespace Disco.Data.Configuration
|
||||
@@ -402,5 +404,11 @@ namespace Disco.Data.Configuration
|
||||
}
|
||||
#endregion
|
||||
|
||||
public List<SavedExport> SavedExports
|
||||
{
|
||||
get => Get(new List<SavedExport>());
|
||||
set => Set(value);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user