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