Re-layout source code to correct namespaces (handlers, commands, etc.)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using FinancialApi.Domain;
|
||||
|
||||
namespace FinancialApi.Application.Queries;
|
||||
|
||||
public interface IAccountQuery
|
||||
{
|
||||
Task<Account?> FindByIdAsync(int id);
|
||||
}
|
||||
Reference in New Issue
Block a user