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