2024-04-20 21:14:10 +03:00

8 lines
99 B
C#

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