Create the core domain models:\n- Account (Id, Name, Balance, RowVersion for concurrency)\n- Transaction (Id, AccountId, Amount, Type, Timestamp, Description)
Create the core domain models:\n- Account (Id, Name, Balance, RowVersion for concurrency)\n- Transaction (Id, AccountId, Amount, Type, Timestamp, Description)