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