Beispiel #1
0
 public IActionResult GetExercises(int id) =>
 Ok(_trainingPlanService.GetTrainingExercise(id));