Beispiel #1
0
 public ActionResult CancelTemplate(int id)
 {
     _pageTemplateService.CancelTemplate(id);
     return(Json(null));
 }