コード例 #1
0
 public List <AthleteDTO> atheletesByCoachId(int id)
 {
     return(athleteRepository.atheletesByCoachId(id));
 }