示例#1
0
 public async Task ExecuteAsync(CommandData command, CancellationToken cancellationToken = default) => await this.ExecuteAsync(new[] { command }, cancellationToken);
示例#2
0
 public void Execute(CommandData command) => this.Execute(new[] { command });