Забытое поле фикс лаб5
This commit is contained in:
parent
f14c91fa8c
commit
4f3d7fc0a5
@ -10,6 +10,7 @@ namespace AbstractFoodOrdersDataModels.Models
|
||||
public interface IOrderModel : IId
|
||||
{
|
||||
int DishId { get; }
|
||||
int ClientId { get; }
|
||||
int Count { get; }
|
||||
double Sum { get; }
|
||||
OrderStatus Status { get; }
|
||||
|
Loading…
Reference in New Issue
Block a user