Skip to content

Instantly share code, notes, and snippets.

@nmcc
Last active March 28, 2017 08:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nmcc/d5b03d5ac2a05974f6bff766440eee78 to your computer and use it in GitHub Desktop.
Save nmcc/d5b03d5ac2a05974f6bff766440eee78 to your computer and use it in GitHub Desktop.
Singletin article - Main Singleton
var serviceProvider = new ServiceCollection()
.AddTransient<ImageStore>(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment