public CustomUserValidator(AppUserManager mgr)
     : base(mgr)
 {
 }
Exemple #2
0
 public ApplicationSignInManager(AppUserManager userManager, IAuthenticationManager authenticationManager)
     : base(userManager, authenticationManager)
 {
 }