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