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