sharedlibrarycoreservices ChangeHistoryService - RaidMax/IW4M-Admin GitHub Wiki
ChangeHistoryService Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SharedLibraryCore.Services
SharedLibraryCore.Services.ChangeHistoryService[ChangeHistoryService](/RaidMax/IW4M-Admin/wiki/ChangeHistoryService)
end
Members
Methods
Public methods
Details
Constructors
ChangeHistoryService
Source code
public ChangeHistoryService(ILogger<ChangeHistoryService> logger, IDatabaseContextFactory contextFactory)
Arguments
Methods
Add
Source code
public async Task Add(GameEvent e)
Arguments
Generated with ModularDoc