mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
SelectionReadOnly MERGE to CollectionGroup
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
using System.Threading.Tasks;
|
||||
using Bit.Core.Models.Table;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using Bit.Core.Models.Data;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface IGroupService
|
||||
{
|
||||
Task SaveAsync(Group group, IEnumerable<Guid> collectionIds = null);
|
||||
Task SaveAsync(Group group, IEnumerable<SelectionReadOnly> collections = null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user