forked from sanchezvem/pyrofetes-backend
MAJ update movement
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user