public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Edit(string id, ToothCrystal.Areas.Admin.Models.ServicesRendered.ServiceRenderedViewModel model) { var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id); ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model); EditOverride(callInfo, id, model); return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult)); }
partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, ToothCrystal.Areas.Admin.Models.ServicesRendered.ServiceRenderedViewModel model);