初步完成Log的增删改查

This commit is contained in:
2025-09-07 19:01:58 +08:00
parent 1f9c0a1111
commit 0e4a306fa7
12 changed files with 596 additions and 34 deletions

View File

@@ -49,6 +49,11 @@ public interface IRepositoryManager : IDisposable
/// </summary>
IUserRepository Users { get; set; }
/// <summary>
/// 获取Nlog日志仓储的实例。
/// </summary>
INlogRepository Nlogs { get; set; }
/// <summary>
/// 初始化数据库
/// </summary>