Genral clean up and moving of code.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace FinancialApi.Domain.Events;
|
||||
|
||||
public record FundsTransferredEvent(int SourceAccountId, int DestinationAccountId, decimal Amount);
|
||||
Reference in New Issue
Block a user