Пример #1
0
 //Delete :: api/Cart/1
 public void Delete(int Id)
 {
     cartBLL.RemoveCartItem(Id);
 }