diff --git a/LightweightIocContainer/Interfaces/IIocContainer.cs b/LightweightIocContainer/Interfaces/IIocContainer.cs index d4c1465..676e121 100644 --- a/LightweightIocContainer/Interfaces/IIocContainer.cs +++ b/LightweightIocContainer/Interfaces/IIocContainer.cs @@ -101,6 +101,8 @@ namespace LightweightIocContainer.Interfaces /// The created IMultitonRegistration RegisterMultiton() where TImplementation : TInterface; + IMultipleMultitonRegistration RegisterMultiton() where TImplementation : TInterface1, TInterface2; + /// /// Register an Interface as an abstract typed factory ///