WIP to allow mediter handlers to be subscribed to
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace Toolkit.Foundation
|
||||
{
|
||||
public interface IHandlerProvider
|
||||
{
|
||||
IEnumerable<object?> Get(Type type, object key);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user