I created a service which points to a DBContext of a database.This service runs daily and fetches few records and apply business rules.
I have 2 other similar databases with same schema.
Now i need to run the same service on these two databases also.
Can any one tell me the best way to work out with this requirement.
Thanks, Hari