예제 #1
0
 public void AddToCart(Candy candy, int amount)
 {
     _shoppingCartItemRepository.AddToCart(candy, amount, Id);
 }