Example #1
0
 private void SetAsDelivery(ActionExecutionContext ctx, Guid orderid)
 {
     _orderApi.StartDelivery(orderid);
     ctx.Cancel();
 }