Иван Алексеев de8ff2cfaf копец
2024-11-13 15:21:19 +04:00

8 lines
107 B
C#

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