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