We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry if I ask a naive question, I am just starting out with FSH.
Do IRepository, IReadRepository only work for ApplicationDbContext?
What do I need to change/add to make the same work for TenantDbContext? Or do I have to completely create my own interfaces for TenantDbContext?
I am using separate Database options for each tenant. Thank you.
The text was updated successfully, but these errors were encountered:
I have some issue about TenantDBContext, can't update database.
Sorry, something went wrong.
No branches or pull requests
Sorry if I ask a naive question, I am just starting out with FSH.
Do IRepository, IReadRepository only work for ApplicationDbContext?
What do I need to change/add to make the same work for TenantDbContext? Or do I have to completely create my own interfaces for TenantDbContext?
I am using separate Database options for each tenant. Thank you.
The text was updated successfully, but these errors were encountered: