Example #1
0
 public async Task <IActionResult> GetVocabularyExercisesByTestId(int id)
 {
     return(Ok(await _exerciseManager.GetVocabularyExercisesAsync(id)));
 }