Interface IKeyAsId
An abstraction of an entity with a key as an identifier.
public interface IKeyAsId
  Properties
Id
The identifier.
string Id { get; }
  An abstraction of an entity with a key as an identifier.
public interface IKeyAsId
  The identifier.
string Id { get; }