.net core webapi application with entityframeworkcore.
Trying to figure out how to pass an additional connection string into the data access library class in addition to the dbcontext. See ** dbcontext ** below is what I want to do....startup.cs... ...