1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-16 00:03:22 +00:00

interfaces

This commit is contained in:
Kyle Spearrin
2019-04-17 09:09:54 -04:00
parent 6cab060509
commit d050e01d08
4 changed files with 54 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ using System.Threading.Tasks;
namespace Bit.Core.Services
{
public class FolderService
public class FolderService : IFolderService
{
private const string Keys_CiphersFormat = "ciphers_{0}";
private const string Keys_FoldersFormat = "folders_{0}";