0
epro1 created
Hello,
I'm using . NET Boilerplate + Module Zero starter template. I have a question regarding to AuditLogs. I want to get list of all items from table AbpAuditLogs from Application layer. Can you help me and explain how can I implement this?
Many thanks.
2 Answer(s)
-
0
Hi,
If you are using single database, you can disable tenancy filter, see <a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Data-Filters#DocDisableFilters">https://aspnetboilerplate.com/Pages/Doc ... bleFilters</a>, and then you can query AuditLogs using a regular repository.
-
0
Hi,
thanks for your reply. This is exactly what I did :)