IContainerAdapter
Allow delegation of dependencies to other IOC's
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IContainerAdapter : IResolver
Methods
Resolve<T>()
Resolve Constructor Dependency
View Source
Declaration
T Resolve<T>()
Returns
<T>
Type Parameters
T