Replies: 1 comment 1 reply
-
Currently I have same question that what is the difference. Also have question that if I use any tenet token and call the get brand API I got all the brand not the specific tenet brand. So, should I have to do add anything here as I can see all model is implementing IMustHaveTenant class ? Do I have to make explicit query here to fetch tenet wise record. Or architecture can manage that ? Also I found the user is working fine means we got tenet wise user but not getting tenet wise brand. Please suggest. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the difference between
IMustHaveTenant
andIIdentityTenant
?They seem to be doing the same... At least in
OnModelCreating
ofBaseDbContext
, for both there's:I don't see any other obvious differences?
Beta Was this translation helpful? Give feedback.
All reactions