2025-04-11 02:31:29 -05:00
|
|
|
using LANCommander.SDK.Enums;
|
|
|
|
|
|
|
|
|
|
namespace LANCommander.Server.Models;
|
|
|
|
|
|
|
|
|
|
public class ExportDialogOptions
|
|
|
|
|
{
|
2025-08-01 02:27:06 -05:00
|
|
|
public ImportExportRecordType RecordType { get; set; }
|
2025-04-11 02:31:29 -05:00
|
|
|
public Guid RecordId { get; set; }
|
|
|
|
|
}
|