Created
March 11, 2021 08:34
-
-
Save abierhaus/cb4e900b1c8b04d5fdd640032c28478f to your computer and use it in GitHub Desktop.
Consturctor Configration
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
| public IConfiguration Configuration { get; } | |
| public Startup(IConfiguration configuration) | |
| { | |
| Configuration = configuration; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment