rabbal / DNTFrameworkCore

Lightweight and Extensible Infrastructure for Building Web Applications - Web Application Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use Multi-Tenancy?

SaeedSpate opened this issue · comments

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?