Beispiel #1
0
            public async Task <Unit> Handle(Command command, CancellationToken cancellationToken)
            {
                _machineService.CancelPurchase();

                return(await Task.FromResult(Unit.Value));
            }