コード例 #1
0
ファイル: NodeController.cs プロジェクト: cnKyV/TodoApp
 public IActionResult Completed(int id)
 {
     return(Ok(_nodeService.Completed(id)));
 }