limite de qty pour qtyselect pour pas ralentir avec des très grand nombres.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user