Exemplo n.º 1
0
 public async Task <bool> CheckIfUserIsBanned(string userId)
 {
     return(await _userManager.CheckIfUserIsBanned(userId));
 }