Пример #1
0
 public void BaseCancel(RequestItemCancel method) => this.RequestItemState = new RequestItemStates(this.Strategy.Session).Cancelled;
Пример #2
0
 public void AppsCancel(RequestItemCancel method)
 {
     this.RequestItemState = new RequestItemStates(this.Strategy.Session).Cancelled;
 }