1
0
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:
Kyle Spearrin
2015-12-26 23:09:53 -05:00
parent 437b971003
commit 8d7178bc74
14 changed files with 246 additions and 29 deletions

View File

@@ -6,5 +6,6 @@ namespace Bit.Core.Repositories
public interface ICipherRepository
{
Task UpdateDirtyCiphersAsync(IEnumerable<dynamic> ciphers);
Task CreateAsync(IEnumerable<dynamic> ciphers);
}
}