server-master/srcs/PhoenixLib.DAL.EFCore.PGSQL/IUuidEntity.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
181 B
C#

namespace PhoenixLib.DAL.EFCore.PGSQL
{
/// <summary>
/// An entity that has a GUID as ID
/// </summary>
public interface IUuidEntity : IUuidDto
{
}
}