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