public static void BaseReject(this Quote @this, QuoteReject method) { @this.QuoteState = new QuoteStates(@this.Strategy.Session).Rejected; SetItemState(@this); }
public static void AppsReject(this Quote @this, QuoteReject method) { @this.QuoteState = new QuoteStates(@this.Strategy.Session).Rejected; }