In my solution I have 2 projects that use Entity Framework 6. Each points to a different database, both using the same data provide - SQL Server.
A third project in my solution needs to use both databases. My problem is how to configure those context. I t...