예제 #1
0
 public async Task <AthleteDto> HandleAsync(GetAthlete query)
 {
     return(await _athleteService.GetAsync(query.UserId));
 }