예제 #1
0
        public async Task <Unit> Handle(RecalculateEarningsCommand request, CancellationToken cancellationToken)
        {
            await _service.RecalculateEarnings(request.RecalculateEarningsRequest);

            return(Unit.Value);
        }