Забытое поле фикс лаб5

This commit is contained in:
Артем Харламов 2023-05-18 20:44:08 +04:00
parent f14c91fa8c
commit 4f3d7fc0a5

View File

@ -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; }