8 lines
116 B
C#
8 lines
116 B
C#
|
namespace ComputerHardwareStoreDataModels
|
|||
|
{
|
|||
|
public interface IId
|
|||
|
{
|
|||
|
int Id { get; init; }
|
|||
|
}
|
|||
|
}
|