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