IFluentServiceConfigurator<TConfigurator>
public interface IFluentServiceConfigurator<TConfigurator> : IBaseFluentConfigurator<TConfigurator> where TConfigurator : IFluentServiceConfigurator<TConfigurator>
TConfigurator AsImplementedTypes()
TConfigurator WithFactory(Func<IDependencyResolver, object> containerFactory, bool isCompiledLambda = false)
TConfigurator WithPerResolutionRequestLifetime()
TConfigurator WithScopedLifetime()
TConfigurator WithSingletonLifetime()