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

7 lines
No EOL
130 B
C#

namespace PhoenixLib.DAL.EFCore.PGSQL
{
public interface IStringKeyEntity
{
public string Id { get; set; }
}
}