示例#1
0
 public async Task <ActionResult> Edit(Tutorial tutorial)
 {
     return(Ok(await _tutorialService.Edit(tutorial)));
 }