Ejemplo n.º 1
0
 public ValueTask <int> OnCommandExecutionAsync(CoconaCommandExecutingContext ctx, CommandExecutionDelegate next)
 {
     return(next(ctx));
 }
Ejemplo n.º 2
0
 public abstract ValueTask <int> OnCommandExecutionAsync(CoconaCommandExecutingContext ctx, CommandExecutionDelegate next);