public void DeleteProduct(int productId) { ProductCommand pc = new ProductCommand(context); pc.Delete(productId); }
public void DeleteProduit(int produitID) { ProductCommand pc = new ProductCommand(_context); pc.Delete(produitID); }