public void When(PricingDenied deniedEvent) { this.Expectations = Expectations.WithAdjusted(deniedEvent.SuggestedPrice); this.Progress = Progress.DeniedForPricing(); }
public void When(SchedulingDenied schedulingDenied) { this.Expectations = Expectations.WithAdjusted(schedulingDenied.SuggestedCompletionDate); this.Progress = Progress.DeniedForScheduling(); }