Exemplo n.º 1
0
 public Bootstrapper(ConventionalRegistrarConfig conventionalRegistrarConfig)
 {
     IocManager = Dependency.IocManager.Instance;
     ConventionalRegistrarConfig = conventionalRegistrarConfig;
 }
Exemplo n.º 2
0
 public MvcBootstrapper(ConventionalRegistrarConfig config)
     : base(config)
 {
     //默认设置为web项目
     config.IsWebApp = true;
 }
Exemplo n.º 3
0
 public Bootstrapper(ConventionalRegistrarConfig conventionalRegistrarConfig)
 {
     IocManager = Dependency.IocManager.Instance;
     ConventionalRegistrarConfig = conventionalRegistrarConfig;
 }