コード例 #1
0
 public GetDigitalAssetByIdHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
コード例 #2
0
 public GetUserByUsernameHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
コード例 #3
0
 public RemoveDigitalAssetHandler(ITaxonomyServiceContext context, ICache cache)
 {
     _context = context;
     _cache   = cache;
 }
コード例 #4
0
 public GetClaimsForUserHandler(ITaxonomyServiceContext context)
 {
     _context = context;
 }
コード例 #5
0
 public AuthenticateHandler(ITaxonomyServiceContext context, IEncryptionService encryptionService)
 {
     _encryptionService = encryptionService;
     _context           = context;
 }
コード例 #6
0
 public UserManager(ITaxonomyServiceContext context)
 {
     _context = context;
 }