DNTFrameworkCore
DNTFrameworkCore copied to clipboard
How to use Multi-Tenancy?
Hi @rabbal
Would you please tell me how to use Multi-Tenancy in any entity? decorated some entity by ITenantEntity, but all created data assign 0 to TenantId!
- Any configuration is needed in the startup or registry.cs?
I'm working on and trying to remove dependency to StructureMap for Tenant-Singleton scope
Can we add multi tenancy in this solution?