e9042f7666
Dynamic device importing. better input parsing and 5 additional import fields.
9 lines
210 B
C#
9 lines
210 B
C#
using Disco.Models.Services.Devices.Importing;
|
|
|
|
namespace Disco.Models.UI.Device
|
|
{
|
|
public interface DeviceImportHeadersModel : BaseUIModel
|
|
{
|
|
IDeviceImportContext Context { get; set; }
|
|
}
|
|
} |