예제 #1
0
파일: DI.cs 프로젝트: lurienanofab/lnf
        protected override void InitializeContext()
        {
            ContainerContextFactory.Current.NewThreadScopedContext();
            _context = ContainerContextFactory.Current.GetContext();
            var cfg = new ThreadStaticContainerConfiguration(_context);

            cfg.RegisterAllTypes();
        }