mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
added push events and moved cipher writing to cipher service.
This commit is contained in:
@@ -6,6 +6,8 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface ICipherService
|
||||
{
|
||||
Task SaveAsync(Cipher cipher);
|
||||
Task DeleteAsync(Cipher cipher);
|
||||
Task ImportCiphersAsync(List<Cipher> folders, List<Cipher> ciphers, IEnumerable<KeyValuePair<int, int>> folderRelationships);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user