MAJ update movement

This commit is contained in:
2026-04-21 10:27:00 +02:00
parent 2af5c1e015
commit 1dcb3c35f2
9 changed files with 66 additions and 38 deletions

View File

@@ -29,7 +29,6 @@ public class CreateProductEndpoint(PyroFetesDbContext db)
Link = req.Link!,
ProductCategoryId = req.ProductCategoryId,
ClassificationId = req.ClassificationId,
MovementId = req.MovementId
};
db.Products.Add(product);