public void RemoveShoppingBag(int id)
 {
     repository.Remove(id);
 }
Beispiel #2
0
 public void Remove(int id)
 {
     repository.Remove(id);
 }