예제 #1
0
 public RoleStore(LafContext context, IdentityErrorDescriber describer = null) : base(context, describer)
 {
 }
예제 #2
0
 public DbQueryRunner(LafContext context) =>
 this.Context = context ?? throw new ArgumentNullException(nameof(context));