Beispiel #1
0
 public ActionResult AssemblePageFromPageObjectFormat(string tabId, int parentId, int id)
 {
     return(Json(_pageTemplateService.AssemblePageFromPageObjectFormat(parentId)));
 }