Beispiel #1
0
 public PandaUserRoleStore(Panda2DbContext context, IdentityErrorDescriber describer = null)
     : base(context, describer)
 {
 }
Beispiel #2
0
 public DbQueryRunner(Panda2DbContext context)
 {
     this.Context = context ?? throw new ArgumentNullException(nameof(context));
 }