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