BACKDEV-401 #7

Merged
bekodeg merged 2 commits from BACKDEV-401 into dev 2024-04-25 17:47:18 +04:00
Showing only changes of commit f952809b0e - Show all commits

View File

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