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