PIbd-23_Elatomtsev_L.K._Con.../Confectionery/ConfectioneryDataModels/IId.cs
2024-03-13 14:54:56 +04:00

8 lines
102 B
C#

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