PIbd-21_Putincev_D.M._FoodO.../FoodOrders/FoodOrdersDataModels/IId.cs

7 lines
98 B
C#

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