public AuthCookieValidate(CalcAllowedPermissions rtoPCalcer, CalcDataKey dataKeyCalcer, ISimpleTimeCache cache)
 {
     _rtoPCalcer    = rtoPCalcer;
     _dataKeyCalcer = dataKeyCalcer;
     _cache         = cache;
 }
Exemple #2
0
 public ExtraAuthorizeDbContext(DbContextOptions <ExtraAuthorizeDbContext> options, ISimpleTimeCache cache)
     : base(options)
 {
     _cache = cache;
 }