예제 #1
0
 public Dictionary <string, List <ContestWithCompetitiontDTO> > GetDictionaryContestForAthlete(Int32 idAthlete)
 {
     return(contestService.GetDictionaryContestForAthlete(idAthlete));
 }