Example #1
0
 public ActionResult CaptureLockTemplateObject(int id)
 {
     _objectService.CaptureLockTemplateObject(id);
     return(Json(null));
 }