Esempio n. 1
0
 /// <summary>
 /// Starts this bootstapper
 /// </summary>
 public static void Run()
 {
     Current = new NinjectBootstrapper(BuildManagerWrapper.Current, BootstrapperTasksRegistry.Current, PerRequestTasksRegistry.Current);
     DynamicModuleUtility.RegisterModule(typeof(BootstrapperModule));
 }
 /// <summary>
 /// Starts this bootstapper
 /// </summary>
 public static void Run()
 {
     Current = new NinjectBootstrapper(BuildManagerWrapper.Current, BootstrapperTasksRegistry.Current, PerRequestTasksRegistry.Current);
     DynamicModuleUtility.RegisterModule(typeof(BootstrapperModule));
 }