コード例 #1
0
 public void RemoveAll(long shoppingCartId)
 {
     _shoppingCartItemRepository.RemoveAll(shoppingCartId);
 }