public bool CanCancel()
 {
     return(_orderState.CanCancel(this));
 }
Example #2
0
 public bool CanCancel() => _orderState.CanCancel(this);