Interface IIdentifiable
Base interface for all identifiable instances.
public interface IIdentifiable
Properties
Id
Gets the id of this instance
Guid Id { get; set; }
Base interface for all identifiable instances.
public interface IIdentifiable
Gets the id of this instance
Guid Id { get; set; }