public void Remove(Product product) { _context.Remove(product); }
public void Remove(ShoppingCart shoppingCart) { _context.Remove(shoppingCart); }