Esempio n. 1
0
 public UserService(
     IamUserManager userManager,
     TenantService tenantService)
     : base(userManager)
 {
     _tenantService = tenantService;
 }
Esempio n. 2
0
 public IamSignInManager(IamUserManager userManager, IAuthenticationManager authenticationManager)
     : base(userManager, authenticationManager)
 {
 }