2023-03-14 15:20:02 +04:00

8 lines
109 B
C#

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