GokaPek ecf0f08437 1
2024-02-11 18:24:54 +04:00

7 lines
100 B
C#

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