Example #1
0
 public Task <bool> GetLockoutEnabledAsync(TUser user)
 {
     return(_userStore.GetLockoutEnabledAsync(Mapper.Map <IdentityUser>(user)));
 }