добавил

This commit is contained in:
bekodeg 2024-04-17 22:21:46 +04:00
parent 552c06f55e
commit f952809b0e

View File

@ -4,6 +4,7 @@
{
double Cost { get; }
DateTime DateCreate { get; }
int StoreKeeperId { get; }
public Dictionary<int, (IProductModel, int)> OrderProduct { get; }
}
}