Exemple #1
0
 public void RemoveShoppingItem(int id)
 {
     repository.Remove(id);
 }
 public void Remove(int id)
 {
     repository.Remove(id);
 }