initial refactor of device export so it can be reused for future exporting
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using Disco.Models.Services.Devices.Exporting;
|
||||
using Disco.Models.Services.Exporting;
|
||||
using Disco.Models.UI.Device;
|
||||
using System.Collections.Generic;
|
||||
|
||||
@@ -9,7 +10,7 @@ namespace Disco.Web.Models.Device
|
||||
public DeviceExportOptions Options { get; set; }
|
||||
|
||||
public string ExportSessionId { get; set; }
|
||||
public DeviceExportResult ExportSessionResult { get; set; }
|
||||
public ExportResult ExportSessionResult { get; set; }
|
||||
|
||||
public IEnumerable<KeyValuePair<int, string>> DeviceBatches { get; set; }
|
||||
public IEnumerable<KeyValuePair<int, string>> DeviceModels { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user