示例#1
0
 public SteuRoleStore(SteuDbContext context, IdentityErrorDescriber describer = null)
     : base(context, describer)
 {
 }
示例#2
0
 public DbQueryRunner(SteuDbContext context)
 {
     this.Context = context ?? throw new ArgumentNullException(nameof(context));
 }