// WingsEmu // // Developed by NosWings Team namespace PhoenixLib.DAL.EFCore.PGSQL { /// /// An entity that has a long as ID /// public interface ILongEntity : ILongDto { } }