feat: Hinzufügen des IUnique<T>-Interfaces zur Implementierung einer eindeutigen Kennung
This commit is contained in:
parent
58d879aec5
commit
5f18ccd2bd
7
DigitalData.Core.Abstractions/IUnique.cs
Normal file
7
DigitalData.Core.Abstractions/IUnique.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace DigitalData.Core.Abstractions
|
||||
{
|
||||
public interface IUnique<T>
|
||||
{
|
||||
public T Id { get; }
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user