BeiDream.Core.Dependency.Bootstrapper.Bootstrapper C# (CSharp) Method

Bootstrapper() public method

public Bootstrapper ( BeiDream.Core.Dependency.ConventionalRegistrarConfig conventionalRegistrarConfig ) : System
conventionalRegistrarConfig BeiDream.Core.Dependency.ConventionalRegistrarConfig
return System
        public Bootstrapper(ConventionalRegistrarConfig conventionalRegistrarConfig)
        {
            IocManager = Dependency.IocManager.Instance;
            ConventionalRegistrarConfig = conventionalRegistrarConfig;
        }