Last active
May 27, 2020 12:45
-
-
Save quicksln/0bb8c1e03b7cab05f0b8aacd70aef216 to your computer and use it in GitHub Desktop.
RoleStore.cs interfaces currently implemented in LiteDB.Identity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class RoleStore<TRole, TRoleClaim> : IQueryableRoleStore<TRole>, | |
IRoleStore<TRole>, | |
IRoleClaimStore<TRole>, | |
IDisposable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment