mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 01:52:49 -05:00
refactored data storage to use cipher table. added history table and insert triggers.
This commit is contained in:
@ -6,6 +6,6 @@ namespace Bit.Core.Services
|
||||
{
|
||||
public interface ICipherService
|
||||
{
|
||||
Task ImportCiphersAsync(List<Folder> folders, List<Site> sites, IEnumerable<KeyValuePair<int, int>> siteRelationships);
|
||||
Task ImportCiphersAsync(List<Cipher> folders, List<Cipher> ciphers, IEnumerable<KeyValuePair<int, int>> folderRelationships);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user