Last active
March 28, 2017 08:00
-
-
Save nmcc/d5b03d5ac2a05974f6bff766440eee78 to your computer and use it in GitHub Desktop.
Singletin article - Main Singleton
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var serviceProvider = new ServiceCollection() | |
.AddTransient<ImageStore>(...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment