Esempio n. 1
0
        public static Container Create(WebBootstrapConfig config)
        {
            var container = ApplicationBootstrap.Create(config);

            container.RegisterMvcControllers(typeof(WebBootstrap).Assembly);
            return(container);
        }
 public static Container Create(WebBootstrapConfig config)
 {
     var container = ApplicationBootstrap.Create(config);
     container.RegisterMvcControllers(typeof(WebBootstrap).Assembly);
     return container;
 }