Asp.Net Core: Injecting custom data/classes into startup class’s constructor and configure method
It wasn't clear to me that you could inject custom data into the Startup class which will then be available in that classes ConfigureServices method to customize injection of other data. This video walks through demonstration of adding the extra `ConfigureServices` call to the `WebHostBuilder`.https://youtu.be/ru_pU3D4nac