Пример #1
0
 public async Task <IEnumerable <AthleteDto> > HandleAsync(GetAthletes query)
 {
     return(await _athleteService.GetAllAsync());
 }