public bool DecreasePoints() { var getitems = _PictureInfoService.DecreasePoints(thisWorkInfo.work_id, User.FindFirst(ClaimTypes.NameIdentifier).Value); Downloadpt(); return(getitems); }
public Task <bool> DecreasePoints() { var getitems = _PictureInfoService.DecreasePoints(getwork_ID, User.FindFirst(ClaimTypes.NameIdentifier).Value); return(getitems); }