1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-06 18:42:49 -05:00

Typed ids as guids in repositories. Removed unused repo methods.

This commit is contained in:
Kyle Spearrin
2016-03-09 18:11:52 -05:00
parent 994f27ff40
commit 8d57b21f97
8 changed files with 11 additions and 24 deletions

View File

@ -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);
}
}