This commit is contained in:
mmrbnjd
2024-08-01 18:04:05 +03:30
parent 60bb548d93
commit 3d29d3bd55
4 changed files with 220 additions and 540 deletions

View File

@@ -175,7 +175,7 @@
Selected = null;
values =new int[] { 0,0,0,0};
TotalPrice = 0;
Promotions = await fv.LoadPromotion();
Promotions = await fv.GetPromotion();
orderstype = new List<IdName<int>>();
orderstype.AddRange(Promotions.Select(s => new IdName<int>
{ ID = s.ID, Title = s.Name }).ToList());