Add Domain project and shifted handlers to application.
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace FinancialApi.Domain;
|
||||
|
||||
public record JournalLine(int AccountId, decimal Amount, EntryType Type);
|
||||
Reference in New Issue
Block a user