예제 #1
0
 public async Task <IActionResult> Delete(string userId, int id) =>
 Ok(await _trainingPlanService.Delete(userId, id));