Esempio n. 1
0
 public async Task <IActionResult> ToggleFavorite(int id, bool flag) =>
 Ok(await _trainingPlanService.ToggleFavorite(id, flag));