mirror of
https://github.com/bitwarden/server
synced 2026-01-07 11:03:37 +00:00
process messages with IEvent
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface IEventWriteService
|
||||
{
|
||||
Task CreateAsync(EventTableEntity entity);
|
||||
Task CreateManyAsync(IList<EventTableEntity> entities);
|
||||
Task CreateAsync(IEvent e);
|
||||
Task CreateManyAsync(IList<IEvent> e);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user