コード例 #1
0
 public async Task <ActionResult <IEnumerable <WorkoutOutputModel> > > GetByName(string name)
 => await workoutService.ContainsName(name);