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