DecoratorConfigurator
Represents the fluent service decorator registration api.
public DecoratorConfigurator WithFactory(Func<IDependencyResolver, object> factory, bool isCompiledLambda = false)
Sets a container factory delegate for the registration.
Sets a parameter-less factory delegate for the registration.