Example #1
0
 public ActionResult CancelTemplateObjectFormat(int id)
 {
     _formatService.CancelFormat(id, false);
     return(Json(null));
 }