Some cleanup
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user