Ejemplo n.º 1
0
        public async Task ExecuteCommandAsync <TRequest>(ICommandAsync <TRequest> command, TRequest request)
        {
            logger.Log(command, request);

            await command.Execute(request);
        }
Ejemplo n.º 2
0
 public async Task Invoker() => await startCommandAsync.Execute();