Codemaid
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
|
||||
namespace Toolkit.Foundation;
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IHandlerProvider
|
||||
{
|
||||
IEnumerable<object?> Get(Type type,
|
||||
IEnumerable<object?> Get(Type type,
|
||||
object? key = null);
|
||||
}
|
||||
Reference in New Issue
Block a user