Some fixes to the queries and context records.
This commit is contained in:
+2
-4
@@ -1,10 +1,8 @@
|
||||
using FinancialApi.Application.Commands;
|
||||
using FinancialApi.Application.Handlers;
|
||||
using FinancialApi.Application.Models;
|
||||
using FinancialApi.Domain.Entities;
|
||||
|
||||
namespace FinancialApi.Application.Interfaces;
|
||||
|
||||
public interface IReversalQuery
|
||||
{
|
||||
Task<JournalReversalContext?> GetReversalDataAsync(Guid journalEntryId);
|
||||
Task<(JournalEntry?, List<Account>?)> GetReversalDataAsync(Guid journalEntryId);
|
||||
}
|
||||
Reference in New Issue
Block a user