Ejemplo n.º 1
0
 public int RemoveFromCart(Candy candy)
 {
     return(_shoppingCartItemRepository.RemoveFromCart(candy, Id));
 }