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