mirror of
https://github.com/bitwarden/server
synced 2025-12-27 21:53:24 +00:00
stub out API for events
This commit is contained in:
@@ -25,6 +25,11 @@ namespace Bit.Core.Repositories.SqlServer
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public Task<ICollection<IEvent>> GetManyByOrganizationAsync(Guid organizationId, DateTime startDate, DateTime endDate)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public async Task CreateAsync(IEvent e)
|
||||
{
|
||||
if(!(e is Event ev))
|
||||
|
||||
Reference in New Issue
Block a user