Exemplo n.º 1
0
        protected override async Task ManageRepositoryAsync(IUpdateBudgetAccountGroupCommand command)
        {
            NullGuard.NotNull(command, nameof(command));

            IBudgetAccountGroup budgetAccountGroup = command.ToDomain();

            await AccountingRepository.UpdateBudgetAccountGroupAsync(budgetAccountGroup);
        }