forked from sanchezvem/PyroFetes
MAJ ajout produit
This commit is contained in:
@@ -28,7 +28,8 @@ public class CreateProductEndpoint(PyroFetesDbContext db)
|
||||
Image = req.Image!,
|
||||
Link = req.Link!,
|
||||
ProductCategoryId = req.ProductCategoryId,
|
||||
ClassificationId = req.ClassificationId
|
||||
ClassificationId = req.ClassificationId,
|
||||
MovementId = req.MovementId
|
||||
};
|
||||
|
||||
db.Products.Add(product);
|
||||
|
||||
Reference in New Issue
Block a user