Skip to content

Instantly share code, notes, and snippets.

@chandermani
Created December 2, 2012 07:48
Show Gist options
  • Save chandermani/4187637 to your computer and use it in GitHub Desktop.
Save chandermani/4187637 to your computer and use it in GitHub Desktop.
Autofac Bootstrap template
public class AutofacBootstrap
{
internal static void Init(ContainerBuilder builder)
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment