Some cleanup

This commit is contained in:
2026-07-14 16:15:26 +02:00
parent 04025d12b4
commit 9759c38a50
8 changed files with 19 additions and 17 deletions
@@ -15,8 +15,7 @@ public static class ApplyFeeHandler
[Transactional]
public static (Update<Account> UpdatedAccount, FeeAppliedEvent Event) Handle(
ApplyFeeCommand cmd,
Account account,
AccountDbContext db)
Account account)
{
var updatedAccount = account.ApplyFee(cmd.Amount);