Example #1
0
 public void RemoveProduct(Product product)
 {
     productionRepository.DeleteProduct(product);
 }