Fixed InitializationScoped
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IInitializationScoped
|
||||
{
|
||||
void Initialize();
|
||||
}
|
||||
public interface IInitializationScoped :
|
||||
IInitialization;
|
||||
Reference in New Issue
Block a user