mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
log event when removing user from group/collection
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
using Bit.Core.Models.Table;
|
||||
using System.Collections.Generic;
|
||||
using Bit.Core.Models.Data;
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
@ -9,5 +10,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
Task SaveAsync(Collection collection, IEnumerable<SelectionReadOnly> groups = null);
|
||||
Task DeleteAsync(Collection collection);
|
||||
Task DeleteUserAsync(Collection collection, Guid organizationUserId);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user