7 lines
100 B
C#
7 lines
100 B
C#
namespace JewelryStoreDataModels
|
|
{
|
|
public interface IId
|
|
{
|
|
int Id { get; }
|
|
}
|
|
} |