Example #1
0
 public void LogUpdate(IAuditUpdate OldEntity, IAuditUpdate NewEntity = null)
 {
 }
Example #2
0
 public void LogUpdate(IAuditUpdate OldEntity, IAuditUpdate NewEntity = null)
 {
     throw new NotImplementedException();
 }