#138 device flag export service
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Disco.Models.Exporting;
|
||||
using Disco.Models.Repository;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Disco.Models.Services.Devices.DeviceFlag
|
||||
{
|
||||
public class DeviceFlagExportRecord : IExportRecord
|
||||
{
|
||||
public DeviceFlagAssignment Assignment { get; set; }
|
||||
public Dictionary<string, string> AssignedUserCustomDetails { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user