Arc.Infrastructure.Dependencies.Registration.Auto.BaseRegisterTypeStrategy.BaseRegisterTypeStrategy C# (CSharp) Method

BaseRegisterTypeStrategy() protected method

Initializes a new instance of the BaseRegisterTypeStrategy class.
protected BaseRegisterTypeStrategy ( ) : System
return System
        protected BaseRegisterTypeStrategy()
        {
            Scope = ServiceLifeStyle.Transient;
        }
BaseRegisterTypeStrategy