Interface IAuditDao

All Superinterfaces:
ICreateDao<IAudit>, IIdentifiableReadDao<IAudit>
All Known Implementing Classes:
AuditDao

public interface IAuditDao extends IIdentifiableReadDao<IAudit>, ICreateDao<IAudit>
The audit data access object interface.
Author:
ActiveViam