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:
@@ -6,6 +6,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IFolderService
|
||||
{
|
||||
Task<Folder> GetByIdAsync(int id);
|
||||
Task<IEnumerable<Folder>> GetAllAsync();
|
||||
Task SaveAsync(Folder folder);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user