2024-03-22 19:10:17 +03:00

8 lines
110 B
C#

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