Add foundation
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IServiceFactory
|
||||
{
|
||||
object Create(Type type, params object?[]? parameters);
|
||||
|
||||
TService Create<TService>(params object?[]? parameters);
|
||||
}
|
||||
Reference in New Issue
Block a user