Hi,
I have data that is common to all tenants, so each tenant needs to read its tenant data + the common data that should be shared to all tenants. How to apply this using abp?
We have this case in few tables in the system (not all tables have this scenario)
A more complex case is where some data is shared across some tenants (not all tenants)
Thank you.