mirror of
https://github.com/bitwarden/server.git
synced 2025-07-09 11:54:41 -05:00
write events to table storage
This commit is contained in:
@ -8,14 +8,11 @@ namespace Bit.Core.Services
|
||||
public class RepositoryEventWriteService : IEventWriteService
|
||||
{
|
||||
private readonly IEventRepository _eventRepository;
|
||||
private readonly GlobalSettings _globalSettings;
|
||||
|
||||
public RepositoryEventWriteService(
|
||||
IEventRepository eventRepository,
|
||||
GlobalSettings globalSettings)
|
||||
IEventRepository eventRepository)
|
||||
{
|
||||
_eventRepository = eventRepository;
|
||||
_globalSettings = globalSettings;
|
||||
}
|
||||
|
||||
public async Task CreateAsync(EventTableEntity entity)
|
||||
|
Reference in New Issue
Block a user