示例#1
0
 public async Task <IActionResult> AddNote(int id, int noteId) => (await courseService.AddNote(id, noteId)).Result();