mirror of
https://github.com/bitwarden/server.git
synced 2025-07-03 00:52:49 -05:00
collection groups management
This commit is contained in:
@ -2,11 +2,12 @@
|
||||
using Bit.Core.Models.Table;
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using Bit.Core.Models.Data;
|
||||
|
||||
namespace Bit.Core.Services
|
||||
{
|
||||
public interface ICollectionService
|
||||
{
|
||||
Task SaveAsync(Collection collection, IEnumerable<Guid> groupIds = null);
|
||||
Task SaveAsync(Collection collection, IEnumerable<SelectionReadOnly> groups = null);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user