mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 02:23:57 +00:00
sync attachment removals
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user