I'm starting a new project and I don't know how can I share the DbContext to all the elements involved represented in the schema I have build to exemplify for the Brand entity.
My first approach would be to pass the DbContext in all the constructors but I faced a problem right away in the Helpers class where some of them don't need to connect to the DB so why inject the context.