Exemplo n.º 1
0
 public abstract void Apply(FailedOperationContext context, Action <FailedOperationContext> next);
 public override void Apply(FailedOperationContext context, Action <FailedOperationContext> next)
 {
     next(context);
 }