...
This commit is contained in:
@@ -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());
|
||||
|
Reference in New Issue
Block a user