mirror of
https://github.com/bitwarden/server
synced 2026-01-06 02:23:51 +00:00
events for collections, groups, and org users
This commit is contained in:
@@ -8,5 +8,6 @@ namespace Bit.Core.Services
|
||||
public interface IGroupService
|
||||
{
|
||||
Task SaveAsync(Group group, IEnumerable<SelectionReadOnly> collections = null);
|
||||
Task DeleteAsync(Group group);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user