9 lines
100 B
C#
9 lines
100 B
C#
|
|
namespace FoodOrdersDataModels
|
|
{
|
|
public interface IId
|
|
{
|
|
int Id { get; }
|
|
}
|
|
}
|