public GetDigitalAssetByIdHandler(ITaxonomyServiceContext context, ICache cache) { _context = context; _cache = cache; }
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; }
public UserManager(ITaxonomyServiceContext context) { _context = context; }