コード例 #1
0
 public virtual ActionResult AllChangeAsChild(string tabId, int parentId, FormCollection collection)
 {
     return(SaveAsChild(tabId, parentId, model => { ChildContentService.ChangeAll(parentId, model.Data); }));
 }
コード例 #2
0
 public virtual async Task <ActionResult> AllChangeAsChild(string tabId, int parentId, IFormCollection collection)
 {
     return(await SaveAsChild(tabId, parentId, model => { ChildContentService.ChangeAll(parentId, model.Data); }));
 }