1 sharedlibrarycoreservices ChangeHistoryService
RaidMax edited this page 2023-05-20 22:09:21 -05:00

ChangeHistoryService Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Services
  SharedLibraryCore.Services.ChangeHistoryService[[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