1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 15:23:35 +00:00

Add folder page, folder picker on add site page.

This commit is contained in:
Kyle Spearrin
2016-05-02 18:35:01 -04:00
parent e05ed4c1f2
commit c6222c8ed3
6 changed files with 51 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ namespace Bit.App.Abstractions
{
public interface IFolderService
{
Task<Folder> GetByIdAsync(int id);
Task<IEnumerable<Folder>> GetAllAsync();
Task SaveAsync(Folder folder);
}