Example #1
0
 public UserStore(AuthDbContext ctx)
     : base(ctx)
 {
 }
Example #2
0
 public RoleStore(AuthDbContext ctx)
     : base(ctx)
 {
 }