7 lines
89 B
C#

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