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

6 lines
No EOL
95 B
C#

namespace PhoenixLib.DAL.EFCore.PGSQL
{
public interface IIntEntity : IIntDto
{
}
}