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'
Sachin SinghPosted Jul 26, 2022, 7:41 AM
RohanPosted Jul 26, 2022, 6:36 AM