mirror of
https://github.com/bitwarden/mobile
synced 2026-01-08 11:33:31 +00:00
wip
This commit is contained in:
@@ -9,5 +9,6 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
Task<IEnumerable<Site>> GetAllAsync();
|
||||
Task<ApiResult<SiteResponse>> SaveAsync(Site site);
|
||||
Task<ApiResult<object>> DeleteAsync(string id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user