Rohan

Rohan

  • NA
  • 1.4k
  • 103.2k

Get Value from claims.

Jul 26 2022 6:35 AM

Hello everyone I have to try to get value from the claims table using this code

await _userCData.GetById(new UserDTO() { UserID = request.ID, ClaimType = SName, ClaimValue = result.Id });

But I have faced this issue

Argument 1: cannot convert from 'Service.Data.UserDTO' to 'long'


Answers (2)