ISEbd_21_Kuklew_M.I._Softwa.../SoftwareInstallationDataModels/IId.cs
Максим Куклев fe793c7943 загрузил
2024-04-07 17:51:29 +04:00

13 lines
225 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SoftwareInstallationDataModels
{
public interface IId
{
int Id { get; }
}
}