-
Can I use OrchardCore.Tenants in my project and make my CRUD ui using angualr that use manage tenent and control how to store in my data base and make my entityframwork linq queries aware by current tenent without developer care about? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
I would say it is not encouraged to have your own DAL. We have plenty of API's to use Angular with. Also, you can create your own REST API by using examples we have in the source code. But yes, everything is possible. |
Beta Was this translation helpful? Give feedback.
-
Short answer - Yes you can create your on tenant management UI
|
Beta Was this translation helpful? Give feedback.
Short answer - Yes you can create your on tenant management UI
OrchardCore.Tenants
is just a tenant management UI provided out of the box