Esempio n. 1
0
 public Competency?GetNthCompetency(int n, int selfAssessmentId, int candidateId)
 {
     return(selfAssessmentDataService.GetNthCompetency(n, selfAssessmentId, candidateId));
 }