revengel66 bef04e5d07 com1
2024-02-28 01:32:56 +04:00

8 lines
97 B
C#

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