Carrotware.CMS.Mvc.UI.Admin.Controllers.CmsAdminController.PageChildSort C# (CSharp) Метод

PageChildSort() приватный Метод

private PageChildSort ( System.Guid id ) : System.Web.Mvc.ActionResult
id System.Guid
Результат System.Web.Mvc.ActionResult
		public ActionResult PageChildSort(Guid id) {
			ShowSaved();

			PageChildSortModel model = new PageChildSortModel(id);

			return View(model);
		}

Same methods

CmsAdminController::PageChildSort ( Carrotware.CMS.Mvc.UI.Admin.Models.PageChildSortModel model ) : System.Web.Mvc.ActionResult