ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationDataModels/IId.cs

7 lines
108 B
C#
Raw Permalink Normal View History

2024-05-12 14:38:32 +04:00
namespace SoftwareInstallationDataModels
2024-04-07 16:54:02 +04:00
{
public interface IId
{
int Id { get; }
}
2024-05-12 14:38:32 +04:00
}