AppActs.API.WebService.InstallService.Install C# (CSharp) 메소드

Install() 공개 메소드

public Install ( Castle container, Castle store ) : void
container Castle
store Castle
리턴 void
        public void Install(Castle.Windsor.IWindsorContainer container, Castle.MicroKernel.SubSystems.Configuration.IConfigurationStore store)
        {
            container.Register(Component.For<ILog>().Instance(createLogger(log4net.Core.Level.All)).LifeStyle.Singleton);
            container.Register(Component.For<IDeviceService>().ImplementedBy<DeviceService>().LifeStyle.Singleton);
        }