Add contact feature
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using BeauFindlay.Shared.Abstractions;
|
||||
using MediatR;
|
||||
|
||||
namespace BeauFindlay.Api.Abstractions.Messaging;
|
||||
|
||||
public interface IQueryHandler<TQuery, TResponse> : IRequestHandler<TQuery, Result<TResponse>>
|
||||
where TQuery : IQuery<TResponse>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user