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