public DbQueryRunner(ISOOUDbContext context) { this.Context = context ?? throw new ArgumentNullException(nameof(context)); }
public ISOOUUserStore(ISOOUDbContext context, IdentityErrorDescriber describer = null) : base(context, describer) { }