refactor: make exporting consistent
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using Disco.Models.Areas.Config.UI.DeviceFlag;
|
||||
using Disco.Models.Services.Devices.DeviceFlag;
|
||||
using Disco.Models.Services.Exporting;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Web.Areas.Config.Models.DeviceFlag
|
||||
@@ -9,8 +10,8 @@ namespace Disco.Web.Areas.Config.Models.DeviceFlag
|
||||
{
|
||||
public DeviceFlagExportOptions Options { get; set; }
|
||||
|
||||
public string ExportSessionId { get; set; }
|
||||
public ExportResult ExportSessionResult { get; set; }
|
||||
public Guid? ExportId { get; set; }
|
||||
public ExportResult ExportResult { get; set; }
|
||||
|
||||
public List<Disco.Models.Repository.DeviceFlag> DeviceFlags { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user