Adjust location of classes further.

This commit is contained in:
2026-07-17 17:10:28 +02:00
parent 69cb05f389
commit 29d179a23a
21 changed files with 82 additions and 56 deletions
@@ -0,0 +1,3 @@
namespace FinancialApi.Domain.Entities;
public record JournalLine(int AccountId, decimal Amount, EntryType Type);