1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-08 11:33:31 +00:00
This commit is contained in:
Kyle Spearrin
2016-05-03 19:49:49 -04:00
parent 92e74274e0
commit 24a5a16723
15 changed files with 250 additions and 77 deletions

View File

@@ -9,5 +9,6 @@ namespace Bit.App.Abstractions
{
Task<IEnumerable<Site>> GetAllAsync();
Task<ApiResult<SiteResponse>> SaveAsync(Site site);
Task<ApiResult<object>> DeleteAsync(string id);
}
}