Pibd-22_Presnyakova.V.V_Jew.../JewelryStoreDataModels/IId.cs
2023-02-05 18:55:08 +04:00

7 lines
100 B
C#

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