8 lines
109 B
C#
Raw Permalink Normal View History

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