コード例 #1
0
ファイル: ObjectController.cs プロジェクト: AuthorProxy/QP
 public ActionResult AssemblePageObject(int id) => Json(_objectService.AssembleObject(id));
コード例 #2
0
ファイル: ObjectController.cs プロジェクト: QuantumArt/QP
 public ActionResult AssemblePageObject(int id)
 {
     return(Json(_objectService.AssembleObject(id)));
 }