public void RemoveShoppingBag(int id)
 {
     repository.Remove(id);
 }
Exemplo n.º 2
0
 public void Remove(int id)
 {
     repository.Remove(id);
 }