Изменил поле продуктов в интерфейсе модели заказа

This commit is contained in:
Никита Потапов 2024-11-19 21:40:12 +04:00
parent f838322500
commit 830442dfe1

View File

@ -5,6 +5,6 @@
string CustomerFIO { get; }
string CustomerEmail { get; }
string ImagePath { get; }
List<IProductModel> Products { get; }
List<string> ProductNames { get; }
}
}