Skip to content

Instantly share code, notes, and snippets.

@tunatoksoz
Created August 3, 2009 18:42
Show Gist options
  • Select an option

  • Save tunatoksoz/160752 to your computer and use it in GitHub Desktop.

Select an option

Save tunatoksoz/160752 to your computer and use it in GitHub Desktop.
AuditConfiguration x=new AuditConfiguration();
x.Add<MyEntity>().AuditAll()
.Except(x=>x.Blahblah)
.Except(x=>x.BlahBlah2)
.Add<MyEntity2>().Audit(x=>x.Blahblah)
.Audit(x=>x.Blahblah);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment