TirsvadCLI Portfolio Library
Loading...
Searching...
No Matches
IEntity.cs
2
9public interface IEntity
10{
14 Guid Id { get; set; }
15}
Represents a base contract for all domain entities in the system.
Definition IEntity.cs:10
Guid Id
Gets or sets the unique identifier for the entity.
Definition IEntity.cs:14