1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-06 02:23:57 +00:00

sync attachment removals

This commit is contained in:
Kyle Spearrin
2017-07-12 23:36:27 -04:00
parent ac3fdbc2cd
commit 0d672c4f99
3 changed files with 52 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ namespace Bit.App.Abstractions
public interface IAttachmentRepository : IRepository<AttachmentData, string>
{
Task<IEnumerable<AttachmentData>> GetAllByLoginIdAsync(string loginId);
Task<IEnumerable<AttachmentData>> GetAllByUserIdAsync(string userId);
}
}