parent
f58a24f005
commit
441b995189
@ -1,14 +0,0 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Jellyfin.Data.Entities;
|
||||
|
||||
/// <summary>
|
||||
/// Defines an Entity that is modeled after an Enum.
|
||||
/// </summary>
|
||||
public abstract class EnumLikeTable
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or Sets Numerical ID of this enumeratable.
|
||||
/// </summary>
|
||||
public required int Id { get; set; }
|
||||
}
|
Loading…
Reference in new issue