Ejemplo n.º 1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Edit(string id, ToothCrystal.Classes.Inventory.InventoryItemViewModel model, System.Web.HttpPostedFileBase imageFile)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Edit);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "imageFile", imageFile);
            EditOverride(callInfo, id, model, imageFile);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
Ejemplo n.º 2
0
 partial void EditOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, ToothCrystal.Classes.Inventory.InventoryItemViewModel model, System.Web.HttpPostedFileBase imageFile);