Pibd-22_Presnyakova.V.V_Jew.../JewelryStoreDataModels/IId.cs

7 lines
100 B
C#
Raw Normal View History

2023-02-05 18:55:08 +04:00
namespace JewelryStoreDataModels
2023-02-05 18:01:09 +04:00
{
public interface IId
{
int Id { get; }
}
2023-02-05 18:55:08 +04:00
}