コード例 #1
0
 protected override void Boootstrap(IAppHost arg)
 {
     _bootstrapper = new HostBootstrapper();
     _bootstrapper.BootstrapAll(arg);
     //	.BootstrapAll(this);
 }
コード例 #2
0
 public AppHost() : base(HostBootstrapper.ServiceName, HostBootstrapper.ServiceContainer)
 {
     _bootstrapper = new HostBootstrapper();
 }