Пример #1
0
 public DataProtectionKeyRepository(CdWaddellContext context)
 {
     _context = context;
 }
 public ClientController(CdWaddellContext context, IMapper mapper)
 {
     _mapper  = mapper;
     _context = context;
 }
Пример #3
0
 public DbValidationKeyStore(CdWaddellContext context, IMemoryCache cache)
 {
     _context = context;
     _cache   = cache;
 }