Exemplo n.º 1
0
 //Delete :: api/Cart/1
 public void Delete(int Id)
 {
     cartBLL.RemoveCartItem(Id);
 }