mirror of
https://github.com/bitwarden/server.git
synced 2026-02-11 11:23:14 +08:00
initial commit of source
This commit is contained in:
10
src/Core/Repositories/ICipherRepository.cs
Normal file
10
src/Core/Repositories/ICipherRepository.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Bit.Core.Repositories
|
||||
{
|
||||
public interface ICipherRepository
|
||||
{
|
||||
Task UpdateDirtyCiphersAsync(IEnumerable<dynamic> ciphers);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user