PIbd-31_PotapovNS_COP_20/InternetShop/InternetShopDataModels/IId.cs

8 lines
101 B
C#

namespace InternetShopDataModels
{
public interface IId
{
int Id { get; }
}
}