Exemplo n.º 1
0
        public async Task UpdateAmount(int id, decimal amount)
        {
            await statementController.UpdateAmount(id, amount);

            await BroadcastOverview();
        }