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