v1.3.11
Download the library here
_EF+ Audit
- ADDED: Where clause to retrieve more easily audit
using (var ctx = new TestContext())
{
ctx.AuditEntries.Where(item);
ctx.AuditEntries.Where<Entity_Basic>(item.ID);
ctx.AuditEntries.Where<Entity_Basic>(101);
}