Ejemplo n.º 1
0
 public virtual bool GetLockoutEnabled(TUser user)
 {
     return(userManager.GetLockoutEnabled(user.Id));
 }