Beispiel #1
0
        public void InitContainer()
        {
            this.Container = UnityBootstrapper.Bootstrap();

            // todo: move to config?
            this.Container.RegisterType <IMappingSourceManager, MappingSourceManager>();
        }