Esempio n. 1
0
 public IActionResult GetTrainingPlan(int id) =>
 Ok(_trainingPlanService.GetTrainingPlan(id));