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