2024-02-08 01:19:18 +04:00

8 lines
99 B
C#

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