diff --git a/LightweightIocContainer/Interfaces/IResolver.cs b/LightweightIocContainer/Interfaces/IResolver.cs index bdc3ed6..6bf09f7 100644 --- a/LightweightIocContainer/Interfaces/IResolver.cs +++ b/LightweightIocContainer/Interfaces/IResolver.cs @@ -9,7 +9,7 @@ namespace LightweightIocContainer.Interfaces /// /// Provides methods /// - public interface IResolver + public interface IResolver : IDisposable { /// /// Gets an instance of the given