8 lines
109 B
C#

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