Refactoring
This commit is contained in:
Родитель
6f99278586
Коммит
c1bfc0024a
|
@ -32,7 +32,6 @@ namespace Unity.Interception
|
||||||
/// </summary>
|
/// </summary>
|
||||||
protected override void Initialize()
|
protected override void Initialize()
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
|
||||||
//Context.Strategies.Add(new InstanceInterceptionStrategy(), UnityBuildStage.Lifetime);
|
//Context.Strategies.Add(new InstanceInterceptionStrategy(), UnityBuildStage.Lifetime);
|
||||||
//Context.Strategies.Add(new TypeInterceptionStrategy(), UnityBuildStage.PreCreation);
|
//Context.Strategies.Add(new TypeInterceptionStrategy(), UnityBuildStage.PreCreation);
|
||||||
//Context.Container.RegisterInstance<InjectionPolicy>(typeof(AttributeDrivenPolicy).AssemblyQualifiedName,
|
//Context.Container.RegisterInstance<InjectionPolicy>(typeof(AttributeDrivenPolicy).AssemblyQualifiedName,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче