Exemplo n.º 1
0
 public void FireOnAddCartItem(AddCartItemEventArgs args)
 {
     OnAddToCart?.Invoke(this, args);
 }