mirror of
https://github.com/bitwarden/server
synced 2025-12-12 14:23:38 +00:00
Added cipher service with bulk import to account controller
This commit is contained in:
@@ -6,5 +6,6 @@ namespace Bit.Core.Repositories
|
||||
public interface ICipherRepository
|
||||
{
|
||||
Task UpdateDirtyCiphersAsync(IEnumerable<dynamic> ciphers);
|
||||
Task CreateAsync(IEnumerable<dynamic> ciphers);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user