Adjust location of classes further.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using FinancialApi.Application.Commands;
|
||||
using FinancialApi.Application.Handlers;
|
||||
using FinancialApi.Application.Models;
|
||||
|
||||
namespace FinancialApi.Application.Interfaces;
|
||||
|
||||
public interface IReversalQuery
|
||||
{
|
||||
Task<JournalReversalContext?> GetReversalDataAsync(Guid journalEntryId);
|
||||
}
|
||||
Reference in New Issue
Block a user