Exemplo n.º 1
0
 public void Handle(ShoppingCartRemovedAllProduct e)
 {
     PreCalculateShoppingCart(e.Id, Guid.Empty, 0);
 }
Exemplo n.º 2
0
 void Apply(ShoppingCartRemovedAllProduct e)
 {
     _items.Clear();
 }