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'