0
dinhienhy created
Hi all,
Could you show me same example about role and role permission in module zero?
Thanks,
2 Answer(s)
-
0
It's not documented yet. You can check the sample project (<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero/tree/master/sample">https://github.com/aspnetboilerplate/mo ... ter/sample</a>) for simple usage. You can try to Inject and use UserManager to get/change permissions of users. RoleManager to get/change permissions for roles. IPermissionChecker to just simply check permissions for current user. I'm hardly working on the ABP and module-zero. Will document it soon.
-
0
Thanks for your help!