Example #1
0
 public async Task <IActionResult> EditVocabularyExerciseAsync([FromBody] VocabularyExercise vocabularyExercise)
 {
     return(Ok(await _exerciseManager.EditVocabularyExerciseAsync(vocabularyExercise)));
 }