mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
@ -50,10 +50,9 @@ namespace FreeSql
|
||||
public Action<List<DbContext.EntityChangeReport.ChangeInfo>> OnEntityChange { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// DbContext/Repository 审计值事件,适合 Scoped IOC 中获取登陆信息
|
||||
/// DbContext/Repository 审计值,适合 Scoped IOC 中获取登陆信息
|
||||
/// </summary>
|
||||
public event EventHandler<DbContextAuditValueEventArgs> AuditValue;
|
||||
public EventHandler<DbContextAuditValueEventArgs> AuditValueHandler => AuditValue;
|
||||
public Action<DbContextAuditValueEventArgs> AuditValue;
|
||||
}
|
||||
|
||||
public class DbContextAuditValueEventArgs : EventArgs
|
||||
|
Reference in New Issue
Block a user