Skip to content

Instantly share code, notes, and snippets.

@christopherhouse
Created July 12, 2013 16:15
Show Gist options
  • Save christopherhouse/5985673 to your computer and use it in GitHub Desktop.
Save christopherhouse/5985673 to your computer and use it in GitHub Desktop.
public static void Start()
{
DynamicModuleUtility.RegisterModule(typeof(OnePerRequestHttpModule));
DynamicModuleUtility.RegisterModule(typeof(NinjectHttpModule));
bootstrapper.Initialize(CreateKernel);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment