Skip to content

Instantly share code, notes, and snippets.

@kkozmic
Created February 15, 2011 04:55
Show Gist options
  • Save kkozmic/827111 to your computer and use it in GitHub Desktop.
Save kkozmic/827111 to your computer and use it in GitHub Desktop.
public class MvcInstaller : IWindsorInstaller
{
public void Install(IWindsorContainer container, IConfigurationStore store)
{
container.AddFacility<MvcFacility>(f => f.RegisterControllers());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment