PIbd-23_Starostin_I.K._Cour.../STODataModels/IId.cs

9 lines
101 B
C#

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