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