Skip to content

Instantly share code, notes, and snippets.

@cammerman
Created February 7, 2011 04:03
Show Gist options
  • Select an option

  • Save cammerman/813981 to your computer and use it in GitHub Desktop.

Select an option

Save cammerman/813981 to your computer and use it in GitHub Desktop.
Service name provider registration
builder
.RegisterType<Config.ServiceNameProvider>()
.As<Config.IServiceNameProvider>()
.InstancePerLifetimeScope();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment