예제 #1
0
 public ActionResult CaptureLockPageObjectFormat(int id)
 {
     _formatService.CaptureLockPageObjectFormat(id);
     return(Json(null));
 }