Asp.net – Relying on same DbContext instance among different services
I am working on a legacy Asp.Net MVC 5 project. We do not have a proper data access layer, and our business layer classes directly interact with the DbContext, which is injected. I am facing a problem, the essence of…