Hello,
I have an MVC application when I used one model. Then we transfer a part of this model(4 tables) to another database.
How can i use this database, without add another model on my application?
Thank you
Each Model has its own Dbcontext for its database to be used.