mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
- 增加 DbContextOptions.AuditValue 基于 Ioc Scoped 审计值;
This commit is contained in:
@ -72,6 +72,7 @@ namespace FreeSql
|
||||
{
|
||||
var repoInfo = new RepoInfo(repository);
|
||||
repository.UnitOfWork = Current;
|
||||
if (_repos.Any(a => a.Repository == repository)) return;
|
||||
_repos.Add(repoInfo);
|
||||
}
|
||||
void SetAllRepositoryUow()
|
||||
|
Reference in New Issue
Block a user