My project contains two different databases, which I needed to scaffold at the beginning (database-first approach). I would like to follow the repository pattern, but my repositories need to use different ...DbContext...'s. I wanted to create a ...BaseRep...