Beispiel #1
0
 public void ClearCart()
 {
     _shoppingCartItemRepository.ClearCart(Id);
 }