Пример #1
0
 public GetDigitalAssetByIdHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
Пример #2
0
 public GetUserByUsernameHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public RemoveDigitalAssetHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
 public GetClaimsForUserHandler(ITaxonomyServiceContext context)
 {
     _context = context;
 }
 public AuthenticateHandler(ITaxonomyServiceContext context, IEncryptionService encryptionService)
 {
     _encryptionService = encryptionService;
     _context           = context;
 }
Пример #6
0
 public UserManager(ITaxonomyServiceContext context)
 {
     _context = context;
 }