Example #1
0
        public override void Configure(Container container)
        {
            EndpointHostConfig config = _bootstrapper
                                        .BootstrapAll(this);

            SetConfig(config);
        }
 protected override void Boootstrap(IAppHost arg)
 {
     _bootstrapper = new HostBootstrapper();
     _bootstrapper.BootstrapAll(arg);
     //	.BootstrapAll(this);
 }