예제 #1
0
 public UserActionPoint Get(int id)
 {
     return(_userActionPointProvider.GetUserActionPoint(id));
 }
예제 #2
0
 private List <UserActionPoint> ConvertListItemsToUserActionPoints(FieldLookupValue[] fields)
 {
     return(fields.Select((actionPoint, index) => _userActionPointProvider.GetUserActionPoint(actionPoint.LookupId)).ToList());
 }