Изменил поле продуктов в интерфейсе модели заказа
This commit is contained in:
parent
f838322500
commit
830442dfe1
@ -5,6 +5,6 @@
|
|||||||
string CustomerFIO { get; }
|
string CustomerFIO { get; }
|
||||||
string CustomerEmail { get; }
|
string CustomerEmail { get; }
|
||||||
string ImagePath { get; }
|
string ImagePath { get; }
|
||||||
List<IProductModel> Products { get; }
|
List<string> ProductNames { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user