feat: add Logs

This commit is contained in:
2026-09-20 16:21:15 +07:00
parent 637ca51f47
commit d3c3ecd5e6
62 changed files with 1577 additions and 66 deletions
+2
View File
@@ -10,6 +10,8 @@ public interface IUnitOfWork
IDocumentRepository Documents { get; }
IRoleRepository Roles { get; }
IMasterDataRepository MasterData { get; }
IActionLogRepository ActionLogs { get; }
ILoginLogRepository LoginLogs { get; }
Task<int> SaveChangesAsync(CancellationToken ct = default);
}