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

Returns Name
Task Add(GameEvent e)

Details

Constructors

ChangeHistoryService

Source code

public ChangeHistoryService(ILogger<ChangeHistoryService> logger, IDatabaseContextFactory contextFactory)
Arguments
Type Name Description
ILogger<ChangeHistoryService> logger
IDatabaseContextFactory contextFactory

Methods

Add

Source code

public async Task Add(GameEvent e)
Arguments
Type Name Description
GameEvent e

Generated with ModularDoc