PIbd-23_Starostin_I.K._Ship.../ShipyardDataModels/IId.cs

9 lines
106 B
C#

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