Interface IIdentifiable
- Namespace
- Elegy.Common.Interfaces
- Assembly
- Elegy.Common.dll
A thing containing an ID.
public interface IIdentifiable
Properties
Id
ID of the object.
int Id { get; init; }
A thing containing an ID.
public interface IIdentifiable
ID of the object.
int Id { get; init; }