9 lines
No EOL
204 B
C#
9 lines
No EOL
204 B
C#
using LANCommander.SDK.Enums;
|
|
|
|
namespace LANCommander.Server.Models;
|
|
|
|
public class ExportDialogOptions
|
|
{
|
|
public ImportExportRecordType RecordType { get; set; }
|
|
public Guid RecordId { get; set; }
|
|
} |