mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
[AC-2972] AC Team ownership: Events (2/2) (#4675)
This commit is contained in:
9
src/Core/AdminConsole/Services/IEventWriteService.cs
Normal file
9
src/Core/AdminConsole/Services/IEventWriteService.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Bit.Core.Models.Data;
|
||||
|
||||
namespace Bit.Core.Services;
|
||||
|
||||
public interface IEventWriteService
|
||||
{
|
||||
Task CreateAsync(IEvent e);
|
||||
Task CreateManyAsync(IEnumerable<IEvent> e);
|
||||
}
|
||||
Reference in New Issue
Block a user