0
worthyvii created
Is there a fast and easy way to manager permission for CRUD operations other than:
<app service> [AbpPermissionStuff} public update(updateDto updateinput){ base.updatewhatever }
^ Is this the recommended way to apply the permission?
2 Answer(s)
-
0
Hi,
Have you seen this issue ? <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1567">https://github.com/aspnetboilerplate/as ... ssues/1567</a>
-
0
Perfect thank you. I totally saw this before and completely forgot about it.