Adjust location of classes further.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace FinancialApi.Domain.Entities;
|
||||
|
||||
public record JournalLine(int AccountId, decimal Amount, EntryType Type);
|
||||
Reference in New Issue
Block a user