ISEbd-21_Koscheev.M.S.Softw.../SoftwareInstallation/SoftwareInstallationDataModels/IId.cs

8 lines
109 B
C#

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