Base solution for your next web application
Open Closed

Auditing Table #129


User avatar
0
charl created

Good Day

Firstly, Thank you for and Amazing Framework.

Is it possible to create a Repository of the Audit Logs?

Eg. private readonly IRepository<AbpAuditLog> _auditRepository;

Thanks Charl


2 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    Hi,

    If you're using module-zero, yes you can inject this:

    IRepository<AuditLog, long>
    
  • User Avatar
    0
    charl created

    Perfect, Thank You.

    Just What I was looking for :mrgreen: