You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem Context
The current EntityFramework-based implementation of the repository overloads the cases in which the tenant should segregate the data.
This approach was done to allow the manual creation of instances of the repository in background applications, which were not manually operated by a user.
Proposed Solution
We should remove the direct dependency from Finbuckle MultiTenant project from the repositories, allowing the per-tenant segregation to happen in the application configuration, and letting the repositories to trust the source data correct segregation.
The text was updated successfully, but these errors were encountered:
Problem Context
The current EntityFramework-based implementation of the repository overloads the cases in which the tenant should segregate the data.
This approach was done to allow the manual creation of instances of the repository in background applications, which were not manually operated by a user.
Proposed Solution
We should remove the direct dependency from Finbuckle MultiTenant project from the repositories, allowing the per-tenant segregation to happen in the application configuration, and letting the repositories to trust the source data correct segregation.
The text was updated successfully, but these errors were encountered: