Пример #1
0
        public async Task <IActionResult> SetExpnenseRecipient([FromBody] SetExpenseRecipient.Command command)
        {
            await _mediator.Send(command);

            return(Ok(SyncCommandResult.From(command, _eventHub.GetEvents())));
        }