Interface IItemWithId
Represents an object that has a unique identifier.
public interface IItemWithId
Properties
Id
Gets or sets the unique identifier for this item.
string Id { get; set; }
Represents an object that has a unique identifier.
public interface IItemWithId
Gets or sets the unique identifier for this item.
string Id { get; set; }