Advertisement
Guest User

Untitled

a guest
Nov 18th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. 1. Fetch the user information such as ID from HttpContext object
  2. 2. Then getting the approprate db name from a common db.
  3. 3. Updating the dbContext with the db name
  4. 4. And all my repository classes are instantiated based on this updated dbContext
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement