Example #1
0
 public PropertyStore(
     AccountDbContext dbContext,
     IDistributedCache cache
     ) : base(dbContext, cache)
 {
 }
Example #2
0
 public OverrideStore(
     AccountDbContext dbContext,
     IDistributedCache cache
     ) : base(dbContext, cache)
 {
 }