DependencyReMapperExtensions
public static IStashboxContainer ReMap(this IDependencyReMapper reMapper, Type typeTo, Action<RegistrationConfigurator> configurator = null)
public static IStashboxContainer ReMapDecorator<TFrom, TTo>(this IDependencyReMapper reMapper, Action<DecoratorConfigurator> configurator = null) where TTo : TFrom
public static IStashboxContainer ReMapDecorator<TFrom>(this IDependencyReMapper reMapper, Type typeTo, Action<DecoratorConfigurator> configurator = null)