コード例 #1
0
 private async Task <bool> ExerciseExists(int id)
 {
     return(await _exerciseService.Exists(ex => ex.RecordId == id));
 }