mirror of
https://github.com/bitwarden/server
synced 2025-12-19 17:53:44 +00:00
Typed ids as guids in repositories. Removed unused repo methods.
This commit is contained in:
@@ -8,6 +8,5 @@ namespace Bit.Core.Repositories
|
||||
{
|
||||
Task<Folder> GetByIdAsync(string id, string userId);
|
||||
Task<ICollection<Folder>> GetManyByUserIdAsync(string userId);
|
||||
Task<ICollection<Folder>> GetManyByUserIdAsync(string userId, bool dirty);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user