Exemple #1
0
 public async Task <ActionResult <WorkoutDto> > GetWorkout(int id)
 {
     return(await _workoutService.GetWorkoutDtoAsync(id));
 }