Exemplo n.º 1
0
 public Dictionary <string, List <ContestWithCompetitiontDTO> > GetDictionaryContestForAthlete(int idAthlete)
 {
     return(contestRepository.GetDictionaryContestForAthlete(idAthlete));
 }