Full removal of SourceGen Meditor. Will revisit in good time.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public interface IQueryHandler<in TQuery, TResponse> where TQuery : IQuery<TResponse>
|
||||
{
|
||||
ValueTask<TResponse> Handle(TQuery query, CancellationToken cancellationToken);
|
||||
}
|
||||
Reference in New Issue
Block a user