mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
org.UseGroups check on all group saves
This commit is contained in:
12
src/Core/Services/IGroupService.cs
Normal file
12
src/Core/Services/IGroupService.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IGroupService
|
||||
{
|
||||
Task SaveAsync(Group group, IEnumerable<Guid> collectionIds = null);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user