9 lines
No EOL
181 B
C#
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
|
|
{
|
|
}
|
|
} |