示例#1
0
 public DbQueryRunner(TeistDbContext context)
 {
     this.Context = context ?? throw new ArgumentNullException(nameof(context));
 }
示例#2
0
 public ApplicationRoleStore(TeistDbContext context, IdentityErrorDescriber describer = null)
     : base(context, describer)
 {
 }