Creating a Journal Reversal handler.
This commit is contained in:
@@ -7,6 +7,10 @@ public record JournalEntry
|
||||
public DateTimeOffset CreatedAt { get; init; }
|
||||
public List<JournalLine> Lines { get; init; } = [];
|
||||
|
||||
internal JournalEntry()
|
||||
{
|
||||
}
|
||||
|
||||
internal JournalEntry(Guid id, string description, DateTimeOffset createdAt, List<JournalLine> lines)
|
||||
{
|
||||
Lines = lines;
|
||||
|
||||
Reference in New Issue
Block a user