mirror of
https://github.com/bitwarden/server
synced 2025-12-15 07:43:54 +00:00
share service setup
This commit is contained in:
@@ -8,6 +8,8 @@ namespace Bit.Core.Services
|
||||
{
|
||||
Task SaveAsync(Cipher cipher);
|
||||
Task DeleteAsync(Cipher cipher);
|
||||
Task ImportCiphersAsync(List<Cipher> folders, List<Cipher> ciphers, IEnumerable<KeyValuePair<int, int>> folderRelationships);
|
||||
Task ImportCiphersAsync(List<Cipher> folders, List<Cipher> ciphers,
|
||||
IEnumerable<KeyValuePair<int, int>> folderRelationships);
|
||||
Task ShareAsync(Share share, string email);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user