mirror of
https://github.com/bitwarden/mobile
synced 2026-01-06 18:43:43 +00:00
refactoring code for login => cipher support
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Bit.App.Abstractions
|
||||
{
|
||||
public interface IAttachmentRepository : IRepository<AttachmentData, string>
|
||||
{
|
||||
Task<IEnumerable<AttachmentData>> GetAllByLoginIdAsync(string loginId);
|
||||
Task<IEnumerable<AttachmentData>> GetAllByCipherIdAsync(string cipherId);
|
||||
Task<IEnumerable<AttachmentData>> GetAllByUserIdAsync(string userId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user