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