9 lines
106 B
C#

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