Esempio n. 1
0
 public ActionResult CaptureLockPageObject(int id)
 {
     _objectService.CaptureLockPageObject(id);
     return(Json(null));
 }