mirror of
https://github.com/bitwarden/server
synced 2026-01-04 09:33:40 +00:00
organize event models. stub out event services
This commit is contained in:
11
src/Core/Services/IEventService.cs
Normal file
11
src/Core/Services/IEventService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Enums;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IEventService
|
||||
{
|
||||
Task LogUserEventAsync(Guid userId, EventType type);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user