limite de qty pour qtyselect pour pas ralentir avec des très grand nombres.

This commit is contained in:
Victor Turgeon
2022-11-08 00:58:55 -05:00
parent 30d3c520ac
commit 5cbf9e4137
6 changed files with 1456 additions and 19 deletions

View File

@@ -167,7 +167,7 @@ public class InventoryContext : IdentityDbContext<InventoryUser> {
Status = ProductModel.States.Clearance,
Price = 3.45M,
PromoPrice = 1.99M,
Quantity = 164363,
Quantity = 99,
ImageName = @"$vhs.jpg"
});
modelBuilder.Entity<ProductModel>().HasData(new ProductModel {