Esempio n. 1
0
 public void Remove(Review review)
 {
     context.Remove(review);
 }
Esempio n. 2
0
 public void Remove(Product product)
 {
     context.Remove(product);
 }