Skip to content

Instantly share code, notes, and snippets.

@quicksln
Last active May 27, 2020 12:45
Show Gist options
  • Save quicksln/0bb8c1e03b7cab05f0b8aacd70aef216 to your computer and use it in GitHub Desktop.
Save quicksln/0bb8c1e03b7cab05f0b8aacd70aef216 to your computer and use it in GitHub Desktop.
RoleStore.cs interfaces currently implemented in LiteDB.Identity
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