You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
When i override SaveChange and call SaveChangesWithTriggers. AUDIT.NET Library does not store event in database.
is it possible to undertant how SaveChangesWithTriggers Work exactly ?
When i remove the override saveChange all work fine.
Example :
public override Int32 SaveChanges()
{
return this.SaveChangesWithTriggers(base.SaveChanges,_serviceProvider, true);
}