Ejemplo n.º 1
0
 public void HandlePriceChange(decimal newPrice)
 {
     _state = _state.HandlePriceChanged(_currentSellPrice, newPrice);
 }