0
ivanosw1 created
Hi, the [DisableAuditing] attribute doesn't work if when my AppService implements AsyncCrudAppService. How can I disable the auditing?
Thanks
1 Answer(s)
-
0
Workaround is similar to aspnetboilerplate/aspnetboilerplate#2451 (comment).
You can override and call the base class methods.