public CustomUserValidator(AppUserManager mgr)
     : base(mgr)
 {
 }
Пример #2
0
 public ApplicationSignInManager(AppUserManager userManager, IAuthenticationManager authenticationManager)
     : base(userManager, authenticationManager)
 {
 }