Update InventoryController.cs

This commit is contained in:
MarcEricMartel 2022-10-18 07:44:47 -07:00
parent 47eb452541
commit 6f90f2746a

View File

@ -93,7 +93,7 @@ public class InventoryController : Controller {
yup = true; yup = true;
} }
return lst.Take(AMOUNT); return lst;
} }
// Inventory/Delete => Décrémenter un produit. // Inventory/Delete => Décrémenter un produit.