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

8 lines
109 B
C#
Raw Normal View History

2023-02-06 16:15:16 +04:00
namespace SoftwareInstallationDataModels
{
public interface IId
{
int Id { get; }
}
}