feat: add Logs
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user