Beispiel #1
0
        public override System.Threading.Tasks.Task <System.Web.Mvc.ActionResult> Delete(string id, ToothCrystal.Classes.Inventory.InventoryItem model)
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Delete);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "id", id);
            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "model", model);
            DeleteOverride(callInfo, id, model);
            return(System.Threading.Tasks.Task.FromResult(callInfo as ActionResult));
        }
Beispiel #2
0
 partial void DeleteOverride(T4MVC_System_Web_Mvc_ActionResult callInfo, string id, ToothCrystal.Classes.Inventory.InventoryItem model);