Added a-frame-architecture usiung wolverine sample.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using FinancialApi.Domain.Entities;
|
||||
|
||||
namespace FinancialApi.Application.Interfaces;
|
||||
|
||||
public interface IAccountQuery
|
||||
{
|
||||
Task<Account?> FindByIdAsync(int id);
|
||||
}
|
||||
Reference in New Issue
Block a user