LANCommander/LANCommander.Server.ImportExport/Legacy/Models/IKeyedModel.cs

6 lines
119 B
C#
Raw Permalink Normal View History

namespace LANCommander.Server.ImportExport.Legacy.Models;
internal interface IKeyedModel
{
Guid Id { get; set; }
}