Hi, I am "playing" with Repository/UnityOfWork, with the help of the source code from this website...
I don't know how to handle a real life example: multiple db.
If my application has to connect to db1 for users and db2 for other info, how I can manage this using Repository / Uow?
Every example I found was related to one db only
Thanks!