Hello,
Can someone please explain to me what the following line is doing:
this.services.AddTransient(ctx => new ReportsController(new ConfigurationService(env)));
I don't need to add any of my other controllers to the Startup.cs file. I would like to really understand this so as much detail as possible or a link to an article would be very helpful.
Thank you,
Scott