PIbd-32_Chubykina_P.P._COP_11/COP/ClientsDataModels/IId.cs

7 lines
95 B
C#

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